#include <Morphology.H>
Public Methods | |
| Morphology () | |
| Morphology (BitMap const &image) | |
| void | SetImage (BitMap const &image) |
| set< iE2 > const & | operator() () |
| Do everything and return the result. | |
| set< iE2 > const & | GetCurrentFront () const |
| set< iE2 > const & | GetCurrentCentralPoints () const |
| void | Dilate () |
| Dilate to get the final central points from all regions of the given image. | |
| bool | Dilate (int step) |
| Do step recursive dilation. Return true if terminated. | |
| void | ClassifyPointsByRegion () |
| group reachable(via dilation) pnts together. | |
| bool | ClassifyPointsByRegion (int step) |
| Do step recursive grouping. Ret true if terminated. | |
| void | SelectUniquePointOfRegion () |
| For each group, select one point of maxmin dist to its boundary curve. | |
|
|
|
|
|
|
|
|
Do step recursive grouping. Ret true if terminated.
|
|
|
group reachable(via dilation) pnts together.
|
|
|
Do step recursive dilation. Return true if terminated.
|
|
|
Dilate to get the final central points from all regions of the given image.
|
|
|
|
|
|
|
|
|
Do everything and return the result.
|
|
|
For each group, select one point of maxmin dist to its boundary curve.
|
|
|
|
1.2.18