opencv/modules/core/test/ocl
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).
2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason)
3. disabled IPP acceleration for 3-channel norms.
4. modified relativeNorm test function to handle very small values
2014-07-30 18:19:47 +04:00
..
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). 2014-07-30 18:19:47 +04:00
test_channels.cpp eliminated restriction src[i].channels() == 1 in cv::merge 2014-03-19 13:56:31 +04:00
test_dft.cpp Added accuracy and performance tests for DFT all modes. 2014-07-24 15:17:31 +04:00
test_gemm.cpp eliminated restriction src[i].channels() == 1 in cv::merge 2014-03-19 13:56:31 +04:00
test_matrix_expr.cpp added perf test 2014-02-05 20:24:30 +04:00
test_matrix_operation.cpp added UMat::setTo accuracy test 2014-04-09 14:15:22 +04:00