#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
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...
|
|
|
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...
|
|