Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Alexander Alekhin
5da8d65371
eliminate compiler warnings
9 years ago
Elena Gvozdeva
b5f251c815
fixed test ocl_MatchTemplate for sparse matrix
11 years ago
Elena Gvozdeva
7dd7dd97cd
fixed nDiffs for CalcBackProject
11 years ago
Elena Gvozdeva
c9b5d8cf4c
fixed tests for ocl_filter2d, ocl_matchTemplate, ocl_histogram.cpp
11 years ago
Alexander Alekhin
55188fe991
world fix
11 years ago
Elena Gvozdeva
c23da52564
Fixed core for CCORR and SQDIFF. Used float instead of int for CV_8U. Fixed conditions for call dft.
11 years ago
Elena Gvozdeva
dcaa8735ba
used vector data types for CCORR cn==1
11 years ago
Elena Gvozdeva
feeb386bf3
Added support for 3-channels
11 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Ilya Lavrenov
0ef16125ae
improved cv::matchTemplate OpenCL part
11 years ago
Ilya Lavrenov
e844c08203
some fixes and improvements in cv::matchTemplate
11 years ago
Elena Gvozdeva
4d86804f11
Fixed merge conflicts
11 years ago
Elena Gvozdeva
b4652e2cb3
Added perf test for ocl_matchTemplate
11 years ago
Elena Gvozdeva
47b572f99f
fixed
11 years ago
Elena Gvozdeva
da4d33ec26
Fixed test_match_template
11 years ago
Elena Gvozdeva
86636dc265
Added ocl_matchTemplate( without dft)
11 years ago
Elena Gvozdeva
125d67130b
Fixed medianFilter
11 years ago
Elena Gvozdeva
b2d8b491c0
Added ocl_medianFilter using Transparent API
11 years ago
Vladimir Bystricky
f76bf8b425
Fix error in test
11 years ago
Vladimir Bystricky
e7227d3e4b
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
11 years ago
Vladimir Bystricky
8d8f5665f1
Fix build errors on Linux system
11 years ago
Vladimir Bystricky
29ba7730ed
Add ocl version of filter2D to the module img_proc
11 years ago