i3d::KMeansLS< VOXELIN, VOXELOUT > Class Template Reference
[PDE based image segmentation methods]
This class implements simple the Kmeans segmentation algorithm for two means. Documentation TBA.
More...
#include <LevelSet.h>
Inheritance diagram for i3d::KMeansLS< VOXELIN, VOXELOUT >:

Public Member Functions | |
virtual void | Initialize () |
Initialize the computation. | |
virtual void | InitializeIteration () |
Initialize computation for one iteration step. | |
virtual void | ComputeChange () |
Compute the ![]() | |
virtual bool | Convergence () |
If returns true the iteration proccess stops. |
Detailed Description
template<class VOXELIN, class VOXELOUT>
class i3d::KMeansLS< VOXELIN, VOXELOUT >
This class implements simple the Kmeans segmentation algorithm for two means. Documentation TBA.
- Date:
- 2006
The documentation for this class was generated from the following files:
- LevelSet.h
- LevelSet.cc