Alexander Karsakov
|
a3825acee4
|
Small refactoring
|
11 years ago |
Ilya Lavrenov
|
31f864a22b
|
integer cv::resize (INTER_LINEAR && CV_8UC(cn))
|
11 years ago |
Alexander Karsakov
|
10a52220f0
|
Added integer arithmetic to sepFilter2D
|
11 years ago |
mlyashko
|
5acd178790
|
copyright fix
|
11 years ago |
Ilya Lavrenov
|
e1efed1914
|
added support of ksize >= 5 to cv::Laplacian
|
11 years ago |
mlyashko
|
4c5de04efb
|
bug fix
|
11 years ago |
Alexander Karsakov
|
d17142b83d
|
Prototype OCL version of gaussian blur with integer arithmetic
|
11 years ago |
mlyashko
|
4b71921526
|
both tests by picture and rand mat
|
11 years ago |
Aaron Kunze
|
ede6d4482b
|
Optimizations to OpenCL bilateral filter.
|
11 years ago |
Ilya Lavrenov
|
061a25447e
|
eliminated restriction delta == 0 from cv::sepFilter2D
|
11 years ago |
Ilya Lavrenov
|
e2c6ab0166
|
refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0
|
11 years ago |
Ilya Lavrenov
|
b6833fdde7
|
added 3-channels support to cv::medianBlur
|
11 years ago |
Ilya Lavrenov
|
a51ab99a79
|
added 3-channels support to cv::filter2D, cv::Laplacian
|
11 years ago |
Ilya Lavrenov
|
e19c42dded
|
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
|
11 years ago |
Ilya Lavrenov
|
8f5fd44fb2
|
added 3 channels support to cv::bilateralFilter
Conflicts:
modules/imgproc/test/ocl/test_filters.cpp
|
11 years ago |
Ilya Lavrenov
|
6ba60a1e22
|
added 3-channels support to cv::Canny
|
11 years ago |
Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
11 years ago |
Ilya Lavrenov
|
63d8a61b9b
|
enabled 3-channels support for cv::createSuperResolution_BTVL1
|
11 years ago |
Ilya Lavrenov
|
291458a859
|
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support
|
11 years ago |
Ilya Lavrenov
|
b449b0bf71
|
simplified cv::sepFilter2D OpenCL part
|
11 years ago |
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
11 years ago |
Ilya Lavrenov
|
d1cfcfcafd
|
added 3-channels support to morphology operations
|
11 years ago |
Alexander Alekhin
|
dca401d4cc
|
ocl: pyrUp/pyrDown 3-channel
|
11 years ago |
Alexander Alekhin
|
e7475bff68
|
TAPI: remap 3-channel
|
11 years ago |
Ilya Lavrenov
|
86a3ed4162
|
improved performance of GFTT
|
11 years ago |
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
11 years ago |
Ilya Lavrenov
|
0ef16125ae
|
improved cv::matchTemplate OpenCL part
|
11 years ago |
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
11 years ago |
Ilya Lavrenov
|
8150c1b7e4
|
added [s|l]rgb <-> lab conversion
|
11 years ago |
Seunghoon Park
|
2c7cf52e3b
|
fixing bug #3345. use norm to make sure two matrices are the same.
(cherry picked from commit eb9d7c4dd5 )
|
11 years ago |
Seunghoon Park
|
27a8bb471b
|
fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type
(cherry picked from commit 2272a58769 )
|
11 years ago |
Seunghoon Park
|
7868733002
|
fixing bug #3345
(cherry picked from commit b036fc756a )
|
11 years ago |
Alexander Alekhin
|
ce992c8269
|
ocl: update gftt
|
11 years ago |
Ilya Lavrenov
|
412468e0ae
|
added cv::sqrBoxFilter to T-API
|
11 years ago |
Ilya Lavrenov
|
e844c08203
|
some fixes and improvements in cv::matchTemplate
|
11 years ago |
Ilya Lavrenov
|
68f5dd4170
|
simplified cv::boxFilter OpenCL impl
|
11 years ago |
Ilya Lavrenov
|
384a28622d
|
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
|
11 years ago |
Ilya Lavrenov
|
7c96d98a24
|
implemented OpenCL version of cv::accumulate****
|
11 years ago |
Seunghoon Park
|
eb9d7c4dd5
|
fixing bug #3345. use norm to make sure two matrices are the same.
|
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 |
Ilya Lavrenov
|
d2ffd8ed21
|
implemented OpenCL version of cv::preCornerDetect
|
11 years ago |
Ilya Lavrenov
|
3177a683e9
|
ported corners to T-API
|
11 years ago |
Ilya Lavrenov
|
bfa382cf9d
|
fixed copying UMat -> std::vector
|
11 years ago |
Ilya Lavrenov
|
e5130cf83f
|
enabled tests
|
11 years ago |
Ilya Lavrenov
|
52ed6d0d27
|
ported cv::goodFeaturesToTrack to T-API
|
11 years ago |
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
11 years ago |