Bundle OpenCV computer vision library. Image supports loading, saving, resizing, color conversion, blurring, edge detection, cropping, and drawing. VideoCapture reads from files or camera streams. Compile with -lib opencv.
MorphTypes
OpenCV morphological operation types
Items
- MORPH_ERODE = 0
- MORPH_DILATE = 1
- MORPH_OPEN = 2
- MORPH_CLOSE = 3
- MORPH_GRADIENT = 4