SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkScalarImageKmeansImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkScalarImageKmeansImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ScalarImageKmeansImageFilter
 Classifies the intensity values of a scalar image using the K-Means algorithm. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::ScalarImageKmeans (const Image &image1, std::vector< double > classWithInitialMean=std::vector< double >(), bool useNonContiguousLabels=false)
 Classifies the intensity values of a scalar image using the K-Means algorithm. More...