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 0913dd7ffa Merge pull request #2055 from vbystricky:ocl_sepFilter2D 11 years ago
..
test_blend.cpp
test_boxfilter.cpp
test_color.cpp
test_filter2d.cpp
test_filters.cpp morphology 11 years ago
test_histogram.cpp added cv::calcBackProject for 2-dimensional histograms 11 years ago
test_imgproc.cpp added cv::equalizeHist to T-API 11 years ago
test_medianfilter.cpp Fixed medianFilter 11 years ago
test_pyramids.cpp Added ocl::pyrUp to T-API 11 years ago
test_sepfilter2D.cpp Change threshold from 2.0 to 1.0 in the test 11 years ago
test_warp.cpp