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 7c3d5b056a Merge pull request #2612 from grkutty:pullreq/140319-bilateral-b 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 fixes in imgproc 11 years ago
test_filter2d.cpp refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0 11 years ago
test_filters.cpp Merge pull request #2612 from grkutty:pullreq/140319-bilateral-b 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 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 Optimizes OpenCL resize and optical flow to use image extension. 11 years ago