i3dlib

Documentation

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 >:

i3d::PDESolver< VOXELIN, VOXELOUT > i3d::ThresholdActiveContours< VOXELIN, VOXELOUT > List of all members.

Public Member Functions

virtual void Initialize ()
 Initialize the computation.
virtual void InitializeIteration ()
 Initialize computation for one iteration step.
virtual void ComputeChange ()
 Compute the $ \tau $ part of the equation.
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.

Author:
Jan Hubený xhubeny@fi.muni.cz
Date:
2006


The documentation for this class was generated from the following files: