Roman Donchenko
|
1bb0c5747c
|
Merge pull request #2462 from ibtaylor:fix_deblurring_calcBlurriness_var_name_typo
|
11 years ago |
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
|
11 years ago |
Andrey Pavlenko
|
702a2a6ff6
|
Merge pull request #2373 from mlyashko:optflow_dualtvl1
|
11 years ago |
Andrey Pavlenko
|
5261fbe217
|
Merge pull request #2387 from alalek:ocl_remap_3cn
|
11 years ago |
Andrey Pavlenko
|
90c5dde887
|
Merge pull request #2455 from ilya-lavrenov:tapi_fix
|
11 years ago |
Ilya Lavrenov
|
9b31e6cd44
|
changes according to reviewer's suggestions
|
11 years ago |
Andrey Pavlenko
|
0084dee05b
|
Merge pull request #2448 from akarsakov:ocl_cxt_termination
|
11 years ago |
Andrey Pavlenko
|
fd0ab8eba1
|
Merge pull request #2461 from ilya-lavrenov:tapi_calc_hist
|
11 years ago |
Andrey Pavlenko
|
1f8df38dba
|
Merge pull request #2457 from ilya-lavrenov:ocl_calc_hist
|
11 years ago |
Ilya Lavrenov
|
3eff05e3eb
|
added performance tests for cv::ocl::calcHist
|
11 years ago |
Alexander Alekhin
|
e7475bff68
|
TAPI: remap 3-channel
|
11 years ago |
Alexander Alekhin
|
e4608229f0
|
ocl: copyMakeBorder 3-channel
|
11 years ago |
Ziyang LI
|
786e3b9eee
|
Moved x = 0 into the parenthesis
Easier to understand
|
11 years ago |
Ian Taylor
|
45969bb3ae
|
fix variable name typo in calcBlurriness
|
11 years ago |
Ilya Lavrenov
|
208831eb5d
|
optimized cv::calcHist
|
11 years ago |
Vadim Pisarevsky
|
efdfca7a11
|
do not use the large "score" buffer; now without non-max suppression OpenCL FAST is pretty efficient
|
11 years ago |
Roman Donchenko
|
70e22b682d
|
Merge pull request #2397 from vbystricky:intelperc
|
11 years ago |
Vadim Pisarevsky
|
06c138bd64
|
make the correctness test pass
|
11 years ago |
vbystricky
|
193e97a34a
|
Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual
|
11 years ago |
kurodash
|
0eaeff0641
|
fix: use "cvAlloc" wrapper function for malloc.
|
11 years ago |
Andrey Pavlenko
|
2879ff2098
|
Merge pull request #2437 from ilya-lavrenov:tapi_morph
|
11 years ago |
Andrey Pavlenko
|
5dbe73f94d
|
Merge pull request #2438 from ilya-lavrenov:tapi_flip
|
11 years ago |
Andrey Pavlenko
|
182d74d33f
|
Merge pull request #2441 from akarsakov:ocl_platform_vendor
|
11 years ago |
Andrey Pavlenko
|
451be9ed53
|
Merge pull request #2444 from ilya-lavrenov:tapi_gftt
|
11 years ago |
Andrey Pavlenko
|
3cb49eac49
|
Merge pull request #2451 from ilya-lavrenov:tapi_fast_covar_data
|
11 years ago |
Andrey Pavlenko
|
8f3492851e
|
Merge pull request #2453 from ilya-lavrenov:tapi_sobel
|
11 years ago |
Alexander Karsakov
|
8660588fe9
|
Pass vendor macro to opencl kernel
|
11 years ago |
mlyashko
|
eb2e8a11fa
|
changed kernel.set to support unsuccssful set
|
11 years ago |
Ilya Lavrenov
|
0e2cc5ef63
|
fix bitwise ops and mask support
|
11 years ago |
Andrey Pavlenko
|
d1d451c952
|
Merge pull request #2431 from ilya-lavrenov:tapi_perf
|
11 years ago |
Andrey Pavlenko
|
229aa62300
|
Merge pull request #2445 from ilya-lavrenov:ocl_perf
|
11 years ago |
Andrey Pavlenko
|
2f0fe5b87b
|
Merge pull request #2450 from ilya-lavrenov:tapi_test
|
11 years ago |
Andrey Pavlenko
|
f21a94880e
|
Merge pull request #2452 from ilya-lavrenov:tapi_disable_surf
|
11 years ago |
Vadim Pisarevsky
|
8e1918e86e
|
added OpenCL-accelerated(?) FAST; for now the tests fail :(
|
11 years ago |
Ilya Lavrenov
|
dc76e6b4a1
|
added new dtypes to cv::Sobel
|
11 years ago |
Roman Donchenko
|
f351540eda
|
Merge pull request #2443 from waveform80:issue-3554
|
11 years ago |
Ilya Lavrenov
|
4a7289b22f
|
improved cv::preCornerDetect
|
11 years ago |
Ilya Lavrenov
|
d9c5fbc9ba
|
disable SURF
|
11 years ago |
Alexander Karsakov
|
806e9241a6
|
Clarifying comments
|
11 years ago |
Ilya Lavrenov
|
1291bd1c4a
|
ported fast calculation of covar data
|
11 years ago |
Ilya Lavrenov
|
f404315368
|
test for clEnqueueReadBufferRect
|
11 years ago |
mlyashko
|
66ed6a8a50
|
macro for normal return from thriveless kernel.set
|
11 years ago |
Alexander Smorkalov
|
b3e18d23a3
|
Implicit CUDA and OpenCL control for module definition added.
Feature allows to exclude CUDA or OpenCL optimizations at all even CUDA is used
on build. Exclusion of CUDA or OpenCL cut unwanted dependencies.
|
11 years ago |
Ilya Lavrenov
|
f7a474180b
|
tuned some tests
|
11 years ago |
Ilya Lavrenov
|
86a3ed4162
|
improved performance of GFTT
|
11 years ago |
Anatoly Baksheev
|
fde0185a77
|
iteractor work
|
11 years ago |
Vadim Pisarevsky
|
22f42a639f
|
fixed doc builder warnings; make sure the tests give reasonable results when OpenCL is not available
|
11 years ago |
Alexander Karsakov
|
4aa891e773
|
Remove clReleaseDevice call (workaround for pure virtual call on Windows)
|
11 years ago |
Roman Donchenko
|
42f9ee3f3e
|
Merge pull request #2440 from codyrigney92:Master_LKOptFlow_NEON
|
11 years ago |
Vadim Pisarevsky
|
60ce2b2e9f
|
modified SURF's performance test to test OpenCL version as well
|
11 years ago |