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 910d8f8e0b Merge pull request #2888 from ilya-lavrenov:tapi_remap 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 cvtColor - optimized index calculations; usage of build-in functions 11 years ago
test_filter2d.cpp Bug fixes for filter2D and associated tests. 11 years ago
test_filters.cpp optimized some operations 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 Added support for 3-channels 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 optimized INTER_LINEAR mode 11 years ago