Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
catree 7469981d1a Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code. 7 years ago
..
Filter2D python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
HoughCircle python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
HoughLine python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
LaPlace python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
MakeBorder python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
SobelDemo python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
canny_detector Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial. 7 years ago
distance_transformation Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code. 7 years ago
remap Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial. 7 years ago
warp_affine Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 7 years ago