Binarization allows to transform graylevel or color images into a binary image. More...
Classes | |
| class | SoAdaptiveThresholdingProcessing | 
    SoAdaptiveThresholdingProcessing engine  More... | |
| class | SoAutoThresholdingProcessing | 
    SoAutoThresholdingProcessing engine  More... | |
| class | SoColorThresholdingProcessing | 
    SoColorThresholdingProcessing engine  More... | |
| class | SoHysteresisThresholdingProcessing | 
    SoHysteresisThresholdingProcessing image filter  More... | |
| class | SoLocalAdaptiveThresholdProcessing | 
    SoLocalAdaptiveThresholdProcessing engine  More... | |
| class | SoThresholdingByCriterionProcessing | 
    SoThresholdingByCriterionProcessing engine  More... | |
| class | SoThresholdingProcessing | 
    SoThresholdingProcessing engine  More... | |
| class | SoTopHatProcessing | 
    SoTopHatProcessing image filter  More... | |
Binarization allows to transform graylevel or color images into a binary image.
This method is used when the relevant information in the grey level image corresponds to specific grey level interval. In the binary image the pixels of interest are set to 1 (objects), and to 0 for all other pixels (the background).