DLMedialAxis Class Reference

Image Medial Axis Transform. More...

#include <DLMedialAxis.h>

List of all members.

Static Public Member Functions

static DLImage dlGetChessboardMedialAxisTransform (const DLImage &theImage)
static DLImage dlGetTaxiCabMedialAxisTransform (const DLImage &theImage)


Detailed Description

Image Medial Axis Transform.

Definition at line 11 of file DLMedialAxis.h.


Member Function Documentation

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.

Parameters:
theImage DLImage that will be transformed
Returns:
DLImage An image that has undergone a "Chessboad" Medial Axis Transformation.
Exceptions:
DL_NOT_IMPLEMENTED_EXCEPTION when given a color image
See also:
DLSkeleton

static DLImage DLMedialAxis::dlGetTaxiCabMedialAxisTransform ( const DLImage theImage  )  [static]

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.

Parameters:
theImage DLImage that will be transformed
Returns:
DLImage An image that has undergone a "Taxi-Cab" Medial Axis Transformation.
Exceptions:
DL_NOT_IMPLEMENTED_EXCEPTION when given a color image
See also:
DLSkeleton


The documentation for this class was generated from the following file:

DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007