| Class | Description |
|---|---|
| BinaryThinning |
Applies binary thinning operators to the input image.
|
| ImplBinaryBorderOps |
Binary operations performed only along the image's border.
|
| ImplBinaryInnerOps |
Optimized binary operations for the interior of an image only.
|
| ImplBinaryNaiveOps |
Simple unoptimized implementations of binary operations.
|
| LabelNode |
Used to keep track of connected nodes while labeling binary images.
|
| ThresholdSauvola |
Intended for use as a preprocessing step in OCR it computes a binary image from an input gray image.
|
| ThresholdSquareBlockMinMax_F32 |
* Implementation of
ThresholdSquareBlockMinMax for input images of type GrayF32 |
| ThresholdSquareBlockMinMax_U8 |
Implementation of
ThresholdSquareBlockMinMax for input images of type GrayU8 |