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.
 
 
 
 
 
 
Alexander Alekhin e430ab1a58 Merge pull request #2785 from akarsakov:ocl_pyrDown_borders 11 years ago
..
test_accumulate.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_blend.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_boxfilter.cpp added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter 11 years ago
test_canny.cpp added 3-channels support to cv::Canny 11 years ago
test_color.cpp increased eps to pass tests 11 years ago
test_filter2d.cpp Bug fixes for filter2D and associated tests. 11 years ago
test_filters.cpp added more types to cv::GaussianBlur 11 years ago
test_gftt.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_histogram.cpp fix tests 11 years ago
test_imgproc.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_match_template.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_medianfilter.cpp added 3-channels support to cv::medianBlur 11 years ago
test_pyramids.cpp Added new border types for pyrDown 11 years ago
test_sepfilter2D.cpp eliminated restriction delta == 0 from cv::sepFilter2D 11 years ago
test_warp.cpp Changed epsilon for hog test, because hog detector is sensible to resize accuracy. 11 years ago