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.
 
 
 
 
 
 
Vadim Pisarevsky 5267ed46c7 1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case). 11 years ago
..
test_arithm.cpp 1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case). 11 years ago
test_channels.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_dft.cpp Added accuracy and performance tests for DFT all modes. 11 years ago
test_gemm.cpp eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
test_matrix_expr.cpp added perf test 11 years ago
test_matrix_operation.cpp added UMat::setTo accuracy test 11 years ago