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

Public Member Functions | |
| FourSED (const int xSize, const int ySize, const bool unload=true) | |
| void | doTransform (const unsigned char *const I) |
| calculate the distance transform | |
| void | doTransform (const unsigned char *const I, const int dx, const int dy, const bool halfIsZero) |
Private Attributes | |
| P * | p |
As described in P.-E. Danielsson, "Euclidean Distance Mapping," Computer Graphics and Image Processing 14:227-248, 1980.
1.4.5