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

Public Member Functions | |
| EightSED (const int xSize, const int ySize, const bool unload=true) | |
| virtual void | doTransform (const unsigned char *const I) |
| calculate the distance transform | |
| virtual bool | getP (const int x, const int y, int &px, int &py) const |
| return the "parent" (border point) associated with this point | |
Protected Member Functions | |
| void | init (double *d) |
| void | initImmediate (const unsigned char *const I, double *d) |
Protected Attributes | |
| P * | p |
As described in P.-E. Danielsson, "Euclidean Distance Mapping," Computer Graphics and Image Processing 14:227-248, 1980.
|
||||||||||||||||||||
|
return the "parent" (border point) associated with this point
Reimplemented from DistanceTransform. |
1.4.5