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

Go to the source code of this file.

Classes

class  itk::simple::SLICImageFilter
 Simple Linear Iterative Clustering (SLIC) super-pixel segmentation. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::SLIC (const Image &image1, std::vector< unsigned int > superGridSize=std::vector< unsigned int >(3, 50), double spatialProximityWeight=10.0, uint32_t maximumNumberOfIterations=5u, bool enforceConnectivity=true, bool initializationPerturbation=true)
 Simple Linear Iterative Clustering (SLIC) super-pixel segmentation. More...
 
Image itk::simple::SLIC (const Image &image1, std::vector< unsigned int > superGridSize=std::vector< unsigned int >(3, 50), double spatialProximityWeight=10.0, uint32_t maximumNumberOfIterations=5u, bool enforceConnectivity=true, bool initializationPerturbation=true)
 Simple Linear Iterative Clustering (SLIC) super-pixel segmentation. More...