opencv/samples/cpp/tutorial_code/ImgTrans
2018-05-24 01:11:28 +02:00
..
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. 2018-05-18 20:11:53 +02:00
copyMakeBorder_demo.cpp
filter2D_demo.cpp
Geometric_Transforms_Demo.cpp Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 2018-05-24 01:11:28 +02:00
HoughCircle_Demo.cpp
houghcircles.cpp
HoughLines_Demo.cpp
houghlines.cpp samples: avoid using of legacy C-like API 2018-03-26 13:42:35 +03:00
imageSegmentation.cpp
Laplace_Demo.cpp
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. 2018-05-18 20:11:53 +02:00
Sobel_Demo.cpp