opencv/modules/imgproc/test
2012-04-12 12:34:55 +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 #1732 Added YUV422 conversions 2012-04-05 08:29: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 #1732 Added YUV422 conversions 2012-04-05 08:29:59 +00:00
test_distancetransform.cpp
test_emd.cpp
test_filter.cpp extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. 2012-04-12 12:34:55 +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 fixed #1373 2012-03-29 01:16:33 +00:00
test_main.cpp
test_moments.cpp added test for ticket #1719 and added a note about contour self-intersections to the docs 2012-04-04 11:35:51 +00:00
test_pc.cpp
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