Collaboration diagram for Pixel Classification Filters:
Detailed Description
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.
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...