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. 6 years ago
..
CannyDetector_Demo.cpp 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
Geometric_Transforms_Demo.cpp Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 7 years ago
HoughCircle_Demo.cpp Misc. ./samples typos 7 years ago
HoughLines_Demo.cpp some improvements on tutorials 7 years ago
Laplace_Demo.cpp Tutorial Laplace Operator 7 years ago
Remap_Demo.cpp 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
Sobel_Demo.cpp Tutorial Sobel Derivatives 7 years ago
copyMakeBorder_demo.cpp Tutorial Make Border 7 years ago
filter2D_demo.cpp Tutorial Filter2D 7 years ago
houghcircles.cpp Update samples (#10333) 7 years ago
houghlines.cpp samples: avoid using of legacy C-like API 7 years ago
imageSegmentation.cpp Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code. 6 years ago