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.
ThresholdTypes
OpenCV threshold types
Items
- BINARY = 0
- BINARY_INV = 1
- TRUNC = 2
- TOZERO = 3
- TOZERO_INV = 4
- OTSU = 8