Ilya Lavrenov
|
e19c42dded
|
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
|
2014-03-24 14:31:42 +04:00 |
|
Ilya Lavrenov
|
8f5fd44fb2
|
added 3 channels support to cv::bilateralFilter
Conflicts:
modules/imgproc/test/ocl/test_filters.cpp
|
2014-03-24 14:31:41 +04:00 |
|
Andrey Pavlenko
|
d8c018289a
|
Merge pull request #2491 from ilya-lavrenov:tapi_sep_filter
|
2014-03-24 10:37:15 +04:00 |
|
Andrey Pavlenko
|
8ac93f9b6b
|
Merge pull request #2508 from akarsakov:fix_erode_intel
|
2014-03-21 18:25:12 +04:00 |
|
Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
2014-03-21 16:02:47 +04:00 |
|
Alexander Karsakov
|
0bd4fd3a87
|
Workaround for Intel platform: replace min() with ternary operator
|
2014-03-21 09:33:00 +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
|
d1cfcfcafd
|
added 3-channels support to morphology operations
|
2014-03-18 20:15:11 +04:00 |
|
Ilya Lavrenov
|
82e6edfba2
|
optimized sep filter
|
2014-03-18 00:16:38 +04:00 |
|
Andrey Pavlenko
|
4233539617
|
Merge pull request #2469 from alalek:ocl_pyrUp_pyrDown_3channels
|
2014-03-13 18:37:05 +04:00 |
|
Andrey Pavlenko
|
0764a23eb2
|
Merge pull request #2459 from ilya-lavrenov:tapi_experiments
|
2014-03-13 16:49:57 +04:00 |
|
Roman Donchenko
|
553673eeed
|
Merge pull request #2468 from mlyashko:back_proj_fix
|
2014-03-13 13:42:20 +04:00 |
|
Alexander Alekhin
|
dca401d4cc
|
ocl: pyrUp/pyrDown 3-channel
|
2014-03-12 14:39:55 +04:00 |
|
Ilya Lavrenov
|
f138b613b7
|
cv::compare
|
2014-03-12 13:16:33 +04:00 |
|
mlyashko
|
5252aa8fdd
|
added data type check for back projection fix
|
2014-03-12 11:30:28 +04:00 |
|
Ilya Lavrenov
|
2755ae5df9
|
experiments
|
2014-03-11 23:03:55 +04:00 |
|
Roman Donchenko
|
95a55453df
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/calib3d/perf/perf_pnp.cpp
modules/contrib/src/imagelogpolprojection.cpp
modules/contrib/src/templatebuffer.hpp
modules/core/perf/opencl/perf_gemm.cpp
modules/cudafeatures2d/doc/feature_detection_and_description.rst
modules/cudafeatures2d/perf/perf_features2d.cpp
modules/cudafeatures2d/src/fast.cpp
modules/cudafeatures2d/test/test_features2d.cpp
modules/features2d/doc/feature_detection_and_description.rst
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/perf/opencl/perf_brute_force_matcher.cpp
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf4au/main.cpp
modules/imgproc/perf/opencl/perf_blend.cpp
modules/imgproc/perf/opencl/perf_color.cpp
modules/imgproc/perf/opencl/perf_moments.cpp
modules/imgproc/perf/opencl/perf_pyramid.cpp
modules/objdetect/perf/opencl/perf_hogdetect.cpp
modules/ocl/perf/perf_arithm.cpp
modules/ocl/perf/perf_bgfg.cpp
modules/ocl/perf/perf_blend.cpp
modules/ocl/perf/perf_brute_force_matcher.cpp
modules/ocl/perf/perf_canny.cpp
modules/ocl/perf/perf_filters.cpp
modules/ocl/perf/perf_gftt.cpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_imgproc.cpp
modules/ocl/perf/perf_imgwarp.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/perf_matrix_operation.cpp
modules/ocl/perf/perf_ml.cpp
modules/ocl/perf/perf_moments.cpp
modules/ocl/perf/perf_opticalflow.cpp
modules/ocl/perf/perf_precomp.hpp
modules/ocl/src/cl_context.cpp
modules/ocl/src/opencl/haarobjectdetect.cl
modules/video/src/lkpyramid.cpp
modules/video/src/precomp.hpp
samples/gpu/morphology.cpp
|
2014-03-11 17:20:01 +04:00 |
|
Andrey Pavlenko
|
5261fbe217
|
Merge pull request #2387 from alalek:ocl_remap_3cn
|
2014-03-11 15:59:12 +04:00 |
|
Alexander Alekhin
|
e7475bff68
|
TAPI: remap 3-channel
|
2014-03-10 20:35:10 +04:00 |
|
Ilya Lavrenov
|
208831eb5d
|
optimized cv::calcHist
|
2014-03-08 12:24:31 +04:00 |
|
Andrey Pavlenko
|
2879ff2098
|
Merge pull request #2437 from ilya-lavrenov:tapi_morph
|
2014-03-07 14:00:09 +04:00 |
|
Andrey Pavlenko
|
451be9ed53
|
Merge pull request #2444 from ilya-lavrenov:tapi_gftt
|
2014-03-07 13:53:43 +04:00 |
|
Andrey Pavlenko
|
3cb49eac49
|
Merge pull request #2451 from ilya-lavrenov:tapi_fast_covar_data
|
2014-03-07 13:52:47 +04:00 |
|
Ilya Lavrenov
|
dc76e6b4a1
|
added new dtypes to cv::Sobel
|
2014-03-06 17:57:13 +04:00 |
|
Ilya Lavrenov
|
4a7289b22f
|
improved cv::preCornerDetect
|
2014-03-06 17:40:02 +04:00 |
|
Ilya Lavrenov
|
1291bd1c4a
|
ported fast calculation of covar data
|
2014-03-06 15:40:27 +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 |
|
Ilya Lavrenov
|
099ea91823
|
typos
|
2014-03-04 12:47:40 +04:00 |
|
Roman Donchenko
|
0692a674d1
|
Merge pull request #2381 from ElenaGvozdeva:ipp_resize
|
2014-03-04 11:49:02 +04:00 |
|
Ilya Lavrenov
|
4376de7698
|
fixed morphology operations
|
2014-03-03 15:29:48 +04:00 |
|
Elena Gvozdeva
|
68edda3350
|
fixed
|
2014-02-28 11:56:23 +04:00 |
|
Roman Donchenko
|
bd5d8404c9
|
Merge pull request #2393 from ilya-lavrenov:coverity
|
2014-02-26 12:16:36 +04:00 |
|
Ilya Lavrenov
|
ce0557ebb8
|
fixed defects from Xcode
|
2014-02-25 17:33:12 +04:00 |
|
Elena Gvozdeva
|
45cc8a5300
|
fixed
|
2014-02-25 16:43:52 +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 |
|
Elena Gvozdeva
|
48e7bc6b30
|
fixed
|
2014-02-25 12:59:33 +04:00 |
|
Ilya Lavrenov
|
653b99c9bd
|
new scheme of sqrSum
|
2014-02-25 00:38:44 +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 |
|
Elena Gvozdeva
|
7b552c0493
|
fixed
|
2014-02-20 17:34:51 +04:00 |
|
Elena Gvozdeva
|
cd68cd43a2
|
Fixed
|
2014-02-20 16:13:05 +04:00 |
|
Elena Gvozdeva
|
e013d31715
|
Added IPP function for resize()
|
2014-02-20 14:01:22 +04:00 |
|
Roman Donchenko
|
ce42593fe6
|
Merge pull request #2368 from asmorkalov:ocv_gcc48_warning_fix
|
2014-02-19 12:03:06 +04:00 |
|
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
2014-02-18 23:53:35 +04:00 |
|
Roman Donchenko
|
c35dab9046
|
Merge pull request #2359 from SpecLad:moments-no-vectorize
|
2014-02-18 17:00:32 +04:00 |
|
Roman Donchenko
|
e35d98e566
|
Worked around an apparent GCC bug in moments.
|
2014-02-18 13:51:27 +04:00 |
|
Ilya Lavrenov
|
01527c44fd
|
removed unused field
|
2014-02-17 21:50:00 +04:00 |
|