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 1371c96935 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. 13 years ago
..
test_approxpoly.cpp
test_boundingrect.cpp
test_canny.cpp
test_color.cpp #1732 Added YUV422 conversions 13 years ago
test_contours.cpp
test_convhull.cpp
test_cvtyuv.cpp #1732 Added YUV422 conversions 13 years ago
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. 13 years ago
test_floodfill.cpp
test_grabcut.cpp Fixed the path to the testdata. 13 years ago
test_histograms.cpp
test_imgwarp.cpp
test_main.cpp
test_moments.cpp added test for ticket #1719 and added a note about contour self-intersections to the docs 13 years ago
test_pc.cpp
test_precomp.cpp
test_precomp.hpp
test_templmatch.cpp
test_thresh.cpp
test_watershed.cpp