This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
opencv
/
modules
/
core
/
test
/
ocl
History
vbystricky
aad4104297
Fix accurency test for OpenCL matrix operations
2014-08-01 18:30:20 +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
Fix accurency test for OpenCL matrix operations
2014-08-01 18:30:20 +04:00