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.
RetrievalModes
OpenCV contour retrieval modes for FindContours
Items
- RETR_EXTERNAL = 0
- RETR_LIST = 1
- RETR_CCOMP = 2
- RETR_TREE = 3