Seunghoon Park
73389b2b9c
Merge branch '2.4' into blur_border_isolated
11 years ago
Roman Donchenko
452ea4c15f
Merge pull request #2209 from asmorkalov:ocv_test_install
11 years ago
Andrey Pavlenko
6deda99f07
Merge pull request #2207 from ilya-lavrenov:tapi_macro
11 years ago
Ilya Lavrenov
78c2b3ca2a
refactored imgproc
11 years ago
Alexander Smorkalov
39201e68e2
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
11 years ago
Ilya Lavrenov
48a084c236
OpenCL version of cv::buildPyramid
11 years ago
Andrey Pavlenko
d9b24457fa
Merge pull request #2208 from alalek:ocl_dynload_warn
11 years ago
Roman Donchenko
6a511755b2
Fixed build for samples/cpp/train_HOG.cpp.
...
get_hogdescriptor_visu is passed img->clone(), which is not usable
as a non-const reference (and it doesn't modify the argument, anyway).
11 years ago
Andrey Pavlenko
ce48b6afde
Merge pull request #2203 from ilya-lavrenov:tapi_umat_vectors
11 years ago
Andrey Pavlenko
4dd805b7a9
Merge pull request #2206 from ilya-lavrenov:ocl_warn_fix
11 years ago
Alexander Smorkalov
f332cba14b
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
11 years ago
Roman Donchenko
bbc35d609d
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
cmake/OpenCVDetectPython.cmake
cmake/OpenCVModule.cmake
modules/core/src/gpumat.cpp
modules/cudaimgproc/test/test_hough.cpp
modules/gpu/CMakeLists.txt
modules/gpu/src/cuda/generalized_hough.cu
modules/gpu/src/generalized_hough.cpp
modules/python/CMakeLists.txt
11 years ago
Alexander Alekhin
1ff9a8ef52
core/ocl: added warning about incompatible configuration
11 years ago
Ilya Lavrenov
c8f2050cc2
warn fix
11 years ago
Ilya Lavrenov
321782b9b7
added macro with ability of returning values
11 years ago
Ilya Lavrenov
f767077a41
fixed condition
11 years ago
Ilya Lavrenov
2dd294cc84
fixed cv::split; enabled test
11 years ago
Ilya Lavrenov
fa5492343a
added STD_VECTOR_UMAT support to _OutputArray::create
11 years ago
Andrey Pavlenko
06acf7090c
Merge pull request #2027 from AD-530:brief_cl
11 years ago
Andrey Pavlenko
a64d3c1744
Merge pull request #2155 from vbystricky:ocl_calcOpticalFlowPyrLK
11 years ago
Andrey Pavlenko
1db8aa8628
Merge pull request #2204 from ilya-lavrenov:tapi_stitch_perf_fix
11 years ago
Andrey Pavlenko
3f61007563
Merge pull request #2191 from ilya-lavrenov:tapi_macro
11 years ago
Ilya Lavrenov
9968197ebf
doc fix
11 years ago
Ilya Lavrenov
7184925105
fix
11 years ago
Ilya Lavrenov
e559256719
added cv::GFTTDetector
11 years ago
Ilya Lavrenov
7f785e0a11
refactored core using new macro
11 years ago
vbystricky
bb09d44e0a
Unused code removed
11 years ago
vbystricky
27fb7e1802
Change type of result vector of ocl version from row to column
11 years ago
vbystricky
094bc92318
Fix build error
11 years ago
vbystricky
a7e5a488a8
Change method of setting arguments to kernel to safe one
11 years ago
vbystricky
e96ba8140c
Grow up epsilon for sanity checks
11 years ago
vbystricky
3a798a27e5
Add perfomance test
11 years ago
vbystricky
ece635bf3c
Fix builds errors
11 years ago
vbystricky
3ba6636651
Fix builds errors
11 years ago
vbystricky
33fc46cdec
Validate parameters for using OpenCL version, before upload UMat
11 years ago
vbystricky
4152135e63
Fix error with some opencl functions on the build WITH_OPENCL=OFF
11 years ago
vbystricky
c57e427fba
Move OpticalFlowPyrLK from ocl module to video module
11 years ago
Andrey Pavlenko
ac3f06bc7f
Merge pull request #2149 from ElenaGvozdeva:ocl_matchTemplate
11 years ago
Ilya Lavrenov
cc514ac7a9
added new macros useful for tracking whether OpenCL impl run or not
11 years ago
Andrey Pavlenko
22c804d97c
Merge pull request #2182 from KonstantinMatskevich:ocl_tapi_samples
11 years ago
Andrey Pavlenko
5424c55565
Merge pull request #2142 from KonstantinMatskevich:ocl_tapi_bfmatcher
11 years ago
Andrey Pavlenko
b0caa588ec
Merge pull request #2190 from KonstantinMatskevich:ocl_dumpinfo
11 years ago
Konstantin Matskevich
c7a6537b83
add brackets
11 years ago
Andrey Pavlenko
d093cb54d5
Merge pull request #2194 from apavlenko:2.4_perf_haar_iter
11 years ago
Roman Donchenko
24caa80143
Merge pull request #2197 from asmorkalov:ocv_packaging2
11 years ago
Konstantin Matskevich
ae827a638c
fixes
11 years ago
Konstantin Matskevich
07778e1760
fixes
11 years ago
Konstantin Matskevich
450ea3131f
samples
11 years ago
Alexander Smorkalov
086792ec06
Improvements in package build.
11 years ago
Elena Gvozdeva
07a88d48e9
fixed
11 years ago