Andrey Pavlenko
|
2c35438771
|
Merge pull request #2228 from ilya-lavrenov:tapi_experiments
|
11 years ago |
Andrey Pavlenko
|
09b55a77c8
|
Merge pull request #2243 from ilya-lavrenov:ocl2trash
|
11 years ago |
Andrey Pavlenko
|
82bab2b03b
|
Merge pull request #2236 from ilya-lavrenov:tapi_boxfilter
|
11 years ago |
Andrey Pavlenko
|
0b57d3717f
|
Merge pull request #2244 from ilya-lavrenov:tapi_device_cache
|
11 years ago |
Andrey Pavlenko
|
b104b04d53
|
Merge pull request #2245 from ilya-lavrenov:redundant_sync
|
11 years ago |
Andrey Pavlenko
|
e8d66f5cb7
|
Merge pull request #2246 from alalek:intersection_loop_bug
|
11 years ago |
Alexander Alekhin
|
9300af90cd
|
imgproc/intersection: fix loop index
|
11 years ago |
Ilya Lavrenov
|
d15bf6261a
|
redundant clFinish in upload since clEnqueueWriteBuffer above is already blocked
|
11 years ago |
Ilya Lavrenov
|
50cf152977
|
cached commonly used device properties
|
11 years ago |
Ilya Lavrenov
|
0f168936a0
|
OCL module 2 trash
|
11 years ago |
Roman Donchenko
|
9041c31813
|
Merge pull request #2223 from cosminBoaca:add_prob_result_bayes_classifier
|
11 years ago |
Roman Donchenko
|
1f3206af70
|
Merge pull request #2237 from ivylee:lbph_chi_square_alt
|
11 years ago |
Ilya Lavrenov
|
68f5dd4170
|
simplified cv::boxFilter OpenCL impl
|
11 years ago |
Ivy Lee
|
b7f2b671a2
|
Fixed Bug #3514 Incorrect Chi-Square distance used in LBPH FaceRecognizer
|
11 years ago |
Cosmin Boaca
|
f756171f7b
|
Fixed alignment
|
11 years ago |
Cosmin Boaca
|
8782eb8657
|
Fixed alignment
|
11 years ago |
Cosmin Boaca
|
b90f82e61f
|
Merge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream/master' into add_prob_result_bayes_classifier
|
11 years ago |
Andrey Pavlenko
|
77bbd65fa6
|
Merge pull request #2220 from ilya-lavrenov:tapi_accumulate
|
11 years ago |
Andrey Pavlenko
|
66cc440c82
|
Merge pull request #2226 from ilya-lavrenov:tapi_calcHist
|
11 years ago |
Ilya Lavrenov
|
1ab1594d00
|
workaround
|
11 years ago |
Cosmin Boaca
|
2cd22a3ca3
|
Fixed broken alignment
|
11 years ago |
Cosmin Boaca
|
e6f86ea39d
|
Merge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream/master' into add_prob_result_bayes_classifier
|
11 years ago |
Ilya Lavrenov
|
372cdac07c
|
moved kernelToStr to ocl.hpp
|
11 years ago |
Ilya Lavrenov
|
231bc17de7
|
added conditional compilation
|
11 years ago |
Ilya Lavrenov
|
1862dbc5ab
|
fixed fp problem
|
11 years ago |
Ilya Lavrenov
|
0d19cbcc7a
|
added performance test
|
11 years ago |
Ilya Lavrenov
|
6d64907f18
|
async
|
11 years ago |
Ilya Lavrenov
|
6fa41c5a64
|
some experiments
|
11 years ago |
Ilya Lavrenov
|
faa6074f3d
|
added performance test
|
11 years ago |
Ilya Lavrenov
|
384a28622d
|
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
|
11 years ago |
Roman Donchenko
|
afa62c4161
|
Merge pull request #2212 from SpecLad:hog-sample-const-mat
|
11 years ago |
Roman Donchenko
|
9b9eadc941
|
Merge pull request #2214 from cosminBoaca:add_returnDFVal_parallel_predict
|
11 years ago |
Cosmin Boaca
|
97092e31bc
|
Added result_probabilities parameter to CvNormalBayesClassifier::predict method. Issue #3401
|
11 years ago |
Ilya Lavrenov
|
7c96d98a24
|
implemented OpenCL version of cv::accumulate****
|
11 years ago |
Andrey Pavlenko
|
fff5a6c058
|
Merge pull request #2213 from ilya-lavrenov:tapi_buildPyramid
|
11 years ago |
Cosmin Boaca
|
3985980b2f
|
Added returnDFVal parameter to parallel CvSVM::predict function
|
11 years ago |
Roman Donchenko
|
84c29745f2
|
Merge pull request #2211 from SpecLad:merge-2.4
|
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 |
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 |
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 |