Classes |
| class | itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType > |
| | Performs Bayesian Classification on an image. More...
|
| class | itk::BayesianClassifierInitializationImageFilter< TInputImage, TProbabilityPrecisionType > |
| | This filter is intended to be used as a helper class to initialize the BayesianClassifierImageFilter. The goal of this filter is to generate a membership image that indicates the membership of each pixel to each class. These membership images are fed as input to the bayesian classfier filter. More...
|
| class | itk::ClassifierBase< TDataContainer > |
| | Base class for classifier object. More...
|
| class | itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage > |
| | Base class for ImageGaussianModelEstimator object. More...
|
| class | itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction > |
| | Base class for ImageKmeansModelEstimator object. More...
|
| class | itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction > |
| | Base class for model estimation from images used for classification. More...
|
| class | itk::ScalarImageKmeansImageFilter< TInputImage, TOutputImage > |
| | Classifies the intensity values of a scalar image using the K-Means algorithm. More...
|
| class | otb::SVMCrossValidationCostFunction< TModel > |
| | This function returns the cross validation accuracy of a SVM model. More...
|
| class | otb::SVMImageModelEstimator< TInputImage, TTrainingImage > |
| | Class for SVM model estimation from images used for classification. More...
|
| class | otb::SVMModel< TValue, TLabel > |
| | Class for SVM models. More...
|
| class | otb::SVMModelEstimator< InputPixelType, LabelPixelType > |
| | Class for SVM model estimation from images used for classification. More...
|
| class | otb::SVMPointSetModelEstimator< TInputPointSet, TTrainingPointSet > |
| | Class for SVM model estimation from PointSets used for classification. More...
|
| class | otb::SVMSampleListModelEstimator< TInputSampleList, TTrainingSampleList, TMeasurementFunctor > |
| | Class for SVM model estimation from SampleLists used for classification. More...
|
Pixel classification filters use statistical classification algorithms to assign a label to a given image pixel. Classification algorithms can be supervised when training data is available or unsupervised when no training data is available.