Maksim Shabunin
c1e5c16ff3
Backport C-API cleanup (imgproc) from 5.x
2 years ago
Maksim Shabunin
8a62b03761
Merge pull request #22754 from mshabunin:c-cleanup
...
C-API cleanup for OpenCV 5.x (imgproc, highgui)
* imgproc: C-API cleanup
* imgproc: increase cvtColor test diff threshold
* imgproc: C-API cleanup pt.2
* imgproc: C-API cleanup pt.3
* imgproc: C-API cleanup pt.4
* imgproc: C-API cleanup pt.5
* imgproc: C-API cleanup pt.5
* imgproc: C-API cleanup pt.6
* highgui: C-API cleanup
* highgui: C-API cleanup pt.2
* highgui: C-API cleanup pt.3
* highgui: C-API cleanup pt.3
* imgproc: C-API cleanup pt.7
* fixup! highgui: C-API cleanup pt.3
* fixup! imgproc: C-API cleanup pt.6
* imgproc: C-API cleanup pt.8
* imgproc: C-API cleanup pt.9
* fixup! imgproc: C-API cleanup pt.9
* fixup! imgproc: C-API cleanup pt.9
* fixup! imgproc: C-API cleanup pt.9
* fixup! imgproc: C-API cleanup pt.9
* fixup! imgproc: C-API cleanup pt.9
* fixup! imgproc: C-API cleanup pt.9
2 years ago
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
8 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