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.
InterpolationFlags
OpenCV interpolation values
Items
- INTER_NEAREST = 0
- INTER_LINEAR = 1
- INTER_CUBIC = 2
- INTER_AREA = 3
- INTER_LANCZOS4 = 4
- INTER_LINEAR_EXACT = 5
- INTER_NEAREST_EXACT = 6
- INTER_MAX = 7
- WARP_FILL_OUTLIERS = 8
- WARP_INVERSE_MAP = 16
- WARP_RELATIVE_MAP = 32