Chamfer2D_5x5 Class Reference

Borgefors' Chamfer distance using a 5x5 window. More...

#include <Chamfer2D_5x5.h>

Inheritance diagram for Chamfer2D_5x5:

DistanceTransform List of all members.

Public Member Functions

 Chamfer2D_5x5 (const int xSize, const int ySize, const bool unload=true)
void doTransform (const unsigned char *const I)
void doTransform (const unsigned char *const I, const int a, const int b, const int c, const bool halfIsZero)

Private Member Functions

void borderCheck (const unsigned char *const I)

Detailed Description

Borgefors' Chamfer distance using a 5x5 window.


Member Function Documentation

void Chamfer2D_5x5::doTransform const unsigned char *const   I  )  [virtual]
 

this method simply calls the other doTransform method with the following arguments: doTransform(I, 5, 7, 11, true).

Implements DistanceTransform.


The documentation for this class was generated from the following files:
Generated on Thu Jan 12 10:28:48 2006 by  doxygen 1.4.5