imgproc module overview
ViSP 3.1.0 software architecture evolves with the introduction of a new module named imgproc.
ViSP imgproc module contains image processing algorithms:
- Additional image morphology functions
- Automatic thresholding
- Brightness and contrast adjustment
- Connected components
- Contours extraction
- Contrast stretching
- Gamma correction
- Histogram equalization
- Image sharpening
- Retinex
Some tutorials that illustrate imgproc capabilities are also available:
- Tutorial: Brightness and contrast adjustment
- Tutorial: Contrast and image sharpening techniques
- Tutorial: Automatic thresholding
- Tutorial: Contours extraction from a binary image
- Tutorial: Connected-components labeling
- Tutorial: Flood fill algorithm
- Practical example: count the number of coins in an image
This module doesn’t require any third-party library.