#include <DLMedialAxis.h>
Static Public Member Functions | |
static DLImage | dlGetChessboardMedialAxisTransform (const DLImage &theImage) |
static DLImage | dlGetTaxiCabMedialAxisTransform (const DLImage &theImage) |
Definition at line 11 of file DLMedialAxis.h.
static DLImage DLMedialAxis::dlGetChessboardMedialAxisTransform | ( | const DLImage & | theImage | ) | [static] |
Returns a DLImage object that represents the medial axis transform of an image under the chessboard metric.
Note: Medial axis transforms are done by taking only those pixels which are locally at a maximum distance away from the background.
theImage | DLImage that will be transformed |
DL_NOT_IMPLEMENTED_EXCEPTION | when given a color image |
Returns a DLImage object that represents the medial axis transform of an image under the taxi-cab metric.
Note: Medial axis transforms are done by taking only those pixels which are locally at a maximum distance away from the background.
theImage | DLImage that will be transformed |
DL_NOT_IMPLEMENTED_EXCEPTION | when given a color image |