luz.paz
fcc7d8dd4e
Fix modules/ typos
...
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
backporting of commit: ec43292e1e
5 years ago
luz.paz
ec43292e1e
Fix modules/ typos
...
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
5 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
apavlenko
a99118c4c7
moving CannyVX test from ocl to cpp file
8 years ago
apavlenko
76c38f0c80
trying to enable canny_vx adding a new test comparing canny_cv vs canny_vx
8 years ago
Alexander Alekhin
696972bf8e
ocl: update Canny test threshold
...
OpenCL Device:
- Intel(R) HD Graphics (OpenCL 2.0: r2.0.54425)
8 years ago
Vitaly Tuzov
48f132f35f
Fix Sobel evaluation for image ROI without isolated border.
8 years ago
Alexander Alekhin
e20a93f7d6
imgproc test: Canny with custom gradient
8 years ago
Ilya Lavrenov
cf4c79ebdd
disabled some kernels for Android && NVidia
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
Ilya Lavrenov
6ba60a1e22
added 3-channels support to cv::Canny
11 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Ilya Lavrenov
93a818684c
ported cv::Canny to T-API
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