opencv/modules/imgproc/test
2012-06-06 10:39:42 +00:00
..
test_approxpoly.cpp
test_boundingrect.cpp Fixed 2 spontaneously failing tests 2012-03-29 03:05:41 +00:00
test_canny.cpp
test_color.cpp merged all the latest changes from 2.4 to trunk 2012-04-13 21:50:59 +00:00
test_contours.cpp
test_convhull.cpp switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638 2012-03-29 10:47:08 +00:00
test_cvtyuv.cpp merged all the latest changes from 2.4 to trunk 2012-04-13 21:50:59 +00:00
test_distancetransform.cpp
test_emd.cpp
test_filter.cpp merged all the latest changes from 2.4 to trunk 2012-04-13 21:50:59 +00:00
test_floodfill.cpp rewritten floodfill in generic style; added CV_32S flavor (ticket #1482) 2012-03-29 17:08:03 +00:00
test_grabcut.cpp Fixed the path to the testdata. 2012-03-30 12:27:17 +00:00
test_histograms.cpp fixed chi-square test, ticket #1263 2012-03-26 09:07:02 +00:00
test_imgwarp.cpp GPU resize with INTER_AREA 2012-06-06 10:39:42 +00:00
test_main.cpp
test_moments.cpp merged all the latest changes from 2.4 to trunk 2012-04-13 21:50:59 +00:00
test_pc.cpp Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast) 2012-05-18 08:33:19 +00:00
test_precomp.cpp
test_precomp.hpp
test_templmatch.cpp
test_thresh.cpp Fixed some build warnings; slightly improved python search 2012-03-02 08:34:54 +00:00
test_watershed.cpp