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

Public Member Functions | |
| SimpleList (const int xSize, const int ySize, const bool unload=true) | |
| 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 |
Protected Attributes | |
| P * | p |
The SimpleList distance transform is simply an exhaustive search but it employs a list of border points. It compares each non border point to its distance from each border point and determines the minimum distance (from the non border point to the border points).
|
||||||||||||||||||||
|
Reimplemented from DistanceTransform. |
1.4.5