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.
ColorConversionCodes
OpenCV color conversion codes
Items
- BGR2RGB = 4
- BGR2GRAY = 6
- RGB2GRAY = 7
- BGR2HSV = 40
- BGR2Lab = 44
- HSV2BGR = 54