Ilya Lavrenov
|
87eb1b8fcc
|
fixes in imgproc
|
11 years ago |
Aaron Kunze
|
ebbac3c66d
|
Optimizes OpenCL resize and optical flow to use image extension.
|
11 years ago |
Ilya Lavrenov
|
2a051a124f
|
cvtColor
|
11 years ago |
Alexander Alekhin
|
3a1a3da782
|
fix tests
|
11 years ago |
Ilya Lavrenov
|
fd3a6f0db7
|
cv::blur
|
11 years ago |
Ilya Lavrenov
|
f2a35d6388
|
cv::boxFilter
|
11 years ago |
Ilya Lavrenov
|
e090aa07db
|
disabled some IPP funcs
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
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 |
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 |
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 |