#include <Chamfer2D_5x5.h>
Inheritance diagram for Chamfer2D_5x5:

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) |
|
|
this method simply calls the other doTransform method with the following arguments: doTransform(I, 5, 7, 11, true). Implements DistanceTransform. |
1.4.5