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.
 
 
 
 
 
 
Andrey Pavlenko d63a8ba018 Merge pull request #2523 from ilya-lavrenov:tapi_filters 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 eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_filter2d.cpp refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0 11 years ago
test_filters.cpp refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0 11 years ago
test_gftt.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_histogram.cpp eliminated restriction src[i].channels() == 1 in cv::merge 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 eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_sepfilter2D.cpp eliminated restriction delta == 0 from cv::sepFilter2D 11 years ago
test_warp.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago