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.
 
 
 
 
 
 
Jasper Shemilt 0136711cf4 Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991. 7 years ago
..
ocl build: detect Android via '__ANDROID__' macro 8 years ago
test_approxpoly.cpp
test_bilateral_filter.cpp Update for IPP for OpenCV 2017u2 integration; 8 years ago
test_boundingrect.cpp
test_canny.cpp replacing white noise with fruits picture 8 years ago
test_color.cpp Bit-exact version of Luv2RGB_b (#9470) 7 years ago
test_connectedcomponents.cpp Add Grana's connected components algorithm for 8-way connectivity. (#6823) 9 years ago
test_contours.cpp test: move more drawing tests 8 years ago
test_convhull.cpp test: added regression test for convexityDefects (#5908) 9 years ago
test_cvtyuv.cpp typo 10 years ago
test_distancetransform.cpp
test_drawing.cpp Fixed clipLine evaluation for very long lines 8 years ago
test_emd.cpp
test_filter.cpp imgproc: fix MORPH_HITMISS operation when kernel has no negative values 8 years ago
test_fitellipse.cpp Added tests for issues ##4515, 6544 9 years ago
test_fitellipseAMS.cpp Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991. 7 years ago
test_fitellipseDirect.cpp Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991. 7 years ago
test_floodfill.cpp Fix wrong default mask value in floodFill 8 years ago
test_goodfeaturetotrack.cpp Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
test_grabcut.cpp
test_histograms.cpp
test_houghLines.cpp Update for IPP for OpenCV 2017u2 integration; 8 years ago
test_imgproc_umat.cpp
test_imgwarp.cpp Merge branch 'master' of https://github.com/opencv/opencv into interpMultichannelImg 8 years ago
test_imgwarp_strict.cpp fixed empty image condition in resize 9 years ago
test_intersection.cpp
test_lsd.cpp
test_main.cpp
test_moments.cpp
test_pc.cpp core: use matlab-style in 2d fftShift 8 years ago
test_precomp.hpp ColorLab_full test fixed 8 years ago
test_templmatch.cpp
test_thresh.cpp Update 16UC thresholding 8 years ago
test_watershed.cpp