Ilya Lavrenov
|
6ba60a1e22
|
added 3-channels support to cv::Canny
|
2014-03-24 13:02:54 +04:00 |
|
Andrey Pavlenko
|
d8c018289a
|
Merge pull request #2491 from ilya-lavrenov:tapi_sep_filter
|
2014-03-24 10:37:15 +04:00 |
|
Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
2014-03-21 16:02:47 +04:00 |
|
Andrey Pavlenko
|
bdfd29a0b8
|
Merge pull request #2496 from ilya-lavrenov:tapi_imgproc
|
2014-03-20 19:20:15 +04:00 |
|
Ilya Lavrenov
|
63d8a61b9b
|
enabled 3-channels support for cv::createSuperResolution_BTVL1
|
2014-03-20 13:31:20 +04:00 |
|
Ilya Lavrenov
|
291458a859
|
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support
|
2014-03-19 18:56:16 +04:00 |
|
Ilya Lavrenov
|
b449b0bf71
|
simplified cv::sepFilter2D OpenCL part
|
2014-03-19 15:59:00 +04:00 |
|
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
2014-03-19 13:56:31 +04:00 |
|
Ilya Lavrenov
|
d1cfcfcafd
|
added 3-channels support to morphology operations
|
2014-03-18 20:15:11 +04:00 |
|
Alexander Alekhin
|
dca401d4cc
|
ocl: pyrUp/pyrDown 3-channel
|
2014-03-12 14:39:55 +04:00 |
|
Alexander Alekhin
|
e7475bff68
|
TAPI: remap 3-channel
|
2014-03-10 20:35:10 +04:00 |
|
Andrey Pavlenko
|
451be9ed53
|
Merge pull request #2444 from ilya-lavrenov:tapi_gftt
|
2014-03-07 13:53:43 +04:00 |
|
Ilya Lavrenov
|
86a3ed4162
|
improved performance of GFTT
|
2014-03-06 09:19:40 +04:00 |
|
Andrey Pavlenko
|
c9d8025fab
|
Merge pull request #2391 from ilya-lavrenov:tapi_match_template
|
2014-03-04 18:50:14 +04:00 |
|
Roman Donchenko
|
bd5d8404c9
|
Merge pull request #2393 from ilya-lavrenov:coverity
|
2014-02-26 12:16:36 +04:00 |
|
Roman Donchenko
|
48432502b6
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.rst
modules/core/CMakeLists.txt
modules/features2d/perf/opencl/perf_brute_force_matcher.cpp
modules/highgui/src/grfmt_tiff.cpp
modules/imgproc/src/clahe.cpp
modules/imgproc/src/moments.cpp
modules/nonfree/CMakeLists.txt
modules/ocl/perf/perf_ml.cpp
modules/superres/CMakeLists.txt
|
2014-02-25 15:02:24 +04:00 |
|
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
2014-02-23 20:21:08 +04:00 |
|
Ilya Lavrenov
|
0ef16125ae
|
improved cv::matchTemplate OpenCL part
|
2014-02-22 14:30:19 +04:00 |
|
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
2014-02-18 23:53:35 +04:00 |
|
Ilya Lavrenov
|
8150c1b7e4
|
added [s|l]rgb <-> lab conversion
|
2014-02-14 18:45:56 +04:00 |
|
Alexander Alekhin
|
ce992c8269
|
ocl: update gftt
|
2014-02-07 14:51:59 +04:00 |
|
Andrey Pavlenko
|
4b31b9cb8c
|
Merge pull request #2251 from ilya-lavrenov:tapi_sqrboxfilter
|
2014-02-07 11:33:49 +04:00 |
|
Ilya Lavrenov
|
412468e0ae
|
added cv::sqrBoxFilter to T-API
|
2014-02-06 19:19:18 +04:00 |
|
Roman Donchenko
|
652a0bd5ce
|
Merge pull request #2262 from SpecLad:merge-2.4
|
2014-02-03 15:33:41 +04:00 |
|
Roman Donchenko
|
2bbda9d225
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/cudaimgproc/test/test_color.cpp
modules/dynamicuda/include/opencv2/dynamicuda/dynamicuda.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/test/test_core.cpp
modules/gpu/test/test_imgproc.cpp
modules/java/generator/src/cpp/VideoCapture.cpp
samples/gpu/performance/CMakeLists.txt
samples/tapi/CMakeLists.txt
|
2014-02-03 13:23:59 +04:00 |
|
Ilya Lavrenov
|
e844c08203
|
some fixes and improvements in cv::matchTemplate
|
2014-02-02 19:20:37 +04:00 |
|
Andrey Pavlenko
|
82bab2b03b
|
Merge pull request #2236 from ilya-lavrenov:tapi_boxfilter
|
2014-01-31 19:04:49 +04:00 |
|
Ilya Lavrenov
|
68f5dd4170
|
simplified cv::boxFilter OpenCL impl
|
2014-01-31 01:53:38 +04:00 |
|
Andrey Pavlenko
|
77bbd65fa6
|
Merge pull request #2220 from ilya-lavrenov:tapi_accumulate
|
2014-01-30 17:33:06 +04:00 |
|
Ilya Lavrenov
|
384a28622d
|
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
|
2014-01-29 20:19:15 +04:00 |
|
Ilya Lavrenov
|
7c96d98a24
|
implemented OpenCL version of cv::accumulate****
|
2014-01-29 11:42:46 +04:00 |
|
Seunghoon Park
|
eb9d7c4dd5
|
fixing bug #3345. use norm to make sure two matrices are the same.
|
2014-01-27 20:57:40 -05:00 |
|
Seunghoon Park
|
73389b2b9c
|
Merge branch '2.4' into blur_border_isolated
|
2014-01-27 20:44:03 -05:00 |
|
Elena Gvozdeva
|
4d86804f11
|
Fixed merge conflicts
|
2014-01-23 15:31:32 +04:00 |
|
Elena Gvozdeva
|
b4652e2cb3
|
Added perf test for ocl_matchTemplate
|
2014-01-23 14:50:29 +04:00 |
|
Elena Gvozdeva
|
47b572f99f
|
fixed
|
2014-01-23 14:50:28 +04:00 |
|
Elena Gvozdeva
|
da4d33ec26
|
Fixed test_match_template
|
2014-01-23 14:50:28 +04:00 |
|
Elena Gvozdeva
|
86636dc265
|
Added ocl_matchTemplate( without dft)
|
2014-01-23 14:50:28 +04:00 |
|
Ilya Lavrenov
|
d2ffd8ed21
|
implemented OpenCL version of cv::preCornerDetect
|
2014-01-22 13:46:26 +04:00 |
|
Andrey Pavlenko
|
069bb9a929
|
Merge pull request #2185 from ilya-lavrenov:tapi_corners
|
2014-01-22 10:25:41 +04:00 |
|
Andrey Pavlenko
|
99942e8043
|
Merge pull request #2166 from ilya-lavrenov:tapi_gftt
|
2014-01-21 22:29:41 +04:00 |
|
Ilya Lavrenov
|
3177a683e9
|
ported corners to T-API
|
2014-01-21 20:13:55 +04:00 |
|
Ilya Lavrenov
|
bfa382cf9d
|
fixed copying UMat -> std::vector
|
2014-01-21 14:37:22 +04:00 |
|
Ilya Lavrenov
|
e5130cf83f
|
enabled tests
|
2014-01-20 18:09:43 +04:00 |
|
Ilya Lavrenov
|
52ed6d0d27
|
ported cv::goodFeaturesToTrack to T-API
|
2014-01-20 13:57:53 +04:00 |
|
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
|
Roman Donchenko
|
79fcc06a4b
|
Merge pull request #2146 from SpecLad:merge-2.4
|
2014-01-17 16:28:30 +04:00 |
|
Ilya Lavrenov
|
93a818684c
|
ported cv::Canny to T-API
|
2014-01-17 11:13:28 +04:00 |
|
Seunghoon Park
|
2272a58769
|
fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type
|
2014-01-14 20:47:23 -05:00 |
|
Roman Donchenko
|
fee2ed37fc
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/contrib/src/retina.cpp
modules/core/include/opencv2/core/mat.hpp
modules/core/src/algorithm.cpp
modules/core/src/arithm.cpp
modules/features2d/src/features2d_init.cpp
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/imgproc/src/generalized_hough.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/video/src/tvl1flow.cpp
modules/video/src/video_init.cpp
|
2014-01-14 11:53:59 +04:00 |
|