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

Public Member Functions | |
| Chamfer2D_7x7 (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 int D, const int E, 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, 12, 17, 27, 38, 43, true). Implements DistanceTransform. |
1.4.5