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.
 
 
 
 
 
 
Vadim Pisarevsky 0b234b7a69 rewritten floodfill in generic style; added CV_32S flavor (ticket #1482) 13 years ago
..
test_approxpoly.cpp
test_boundingrect.cpp Fixed 2 spontaneously failing tests 13 years ago
test_canny.cpp
test_color.cpp #1365 Fixed numerous bugs in Bayer2RGB_VNG_8u SSE optimization, added simple regression test 13 years ago
test_contours.cpp
test_convhull.cpp switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638 13 years ago
test_distancetransform.cpp
test_emd.cpp
test_filter.cpp Fixed bug in cv::pyrUp. Reenabled accuracy test. 13 years ago
test_floodfill.cpp rewritten floodfill in generic style; added CV_32S flavor (ticket #1482) 13 years ago
test_grabcut.cpp Added regression test for #1652 13 years ago
test_histograms.cpp fixed chi-square test, ticket #1263 13 years ago
test_imgwarp.cpp fixed #1373 13 years ago
test_main.cpp
test_moments.cpp
test_pc.cpp added phaseCorrelate function by Will Lucas. 13 years ago
test_precomp.cpp
test_precomp.hpp
test_pyrsegmentation.cpp
test_subdivisions.cpp
test_templmatch.cpp
test_thresh.cpp Fixed some build warnings; slightly improved python search 13 years ago
test_watershed.cpp