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 |
Ilya Lavrenov
|
1ab1594d00
|
workaround
|
11 years ago |
Cosmin Boaca
|
2cd22a3ca3
|
Fixed broken alignment
|
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
|
86353eb541
|
fix for PR 2196
|
11 years ago |
Ilya Lavrenov
|
e7e63fac6c
|
eliminated possible memory leak
|
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 |
Alexander Alekhin
|
6fa49f6e80
|
fix unintialized fields
|
11 years ago |
Alexander Alekhin
|
f91f55927e
|
fix memory management problem
|
11 years ago |
Roman Donchenko
|
0dad2876e2
|
Removed all use of the obsolete IMMEDIATE parameter to configure_file.
It's not documented, and it does nothing unless CMake 2.0 compatibility
is enabled (and it isn't):
https://github.com/Kitware/CMake/blob/v2.6.0/Source/cmConfigureFileCommand.cxx
|
11 years ago |
Cosmin Boaca
|
97092e31bc
|
Added result_probabilities parameter to CvNormalBayesClassifier::predict method. Issue #3401
|
11 years ago |
Elena Gvozdeva
|
96b6f338e1
|
fixed
|
11 years ago |
Ilya Lavrenov
|
7c96d98a24
|
implemented OpenCL version of cv::accumulate****
|
11 years ago |
Elena Gvozdeva
|
17c6b4d306
|
fixed warnings
|
11 years ago |
Ilya Lavrenov
|
41bc5808c0
|
optimized createHanningWindow
|
11 years ago |
Alexander Alekhin
|
5474935a81
|
fixes for defects from code coverity
|
11 years ago |
Elena Gvozdeva
|
0edd0aaf69
|
fixed
|
11 years ago |
Elena Gvozdeva
|
1391ca1da5
|
Added ocl_Mog2
|
11 years ago |
Cosmin Boaca
|
3985980b2f
|
Added returnDFVal parameter to parallel CvSVM::predict function
|
11 years ago |
Vladislav Vinogradov
|
c41e8006c7
|
fix #3477:
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING property is not supported
by all VideoCapture backends. Some backends can return 0.0 or -1.0.
|
11 years ago |
Seunghoon Park
|
eb9d7c4dd5
|
fixing bug #3345. use norm to make sure two matrices are the same.
|
11 years ago |
Ilya Lavrenov
|
78c2b3ca2a
|
refactored imgproc
|
11 years ago |
Ilya Lavrenov
|
48a084c236
|
OpenCL version of cv::buildPyramid
|
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 |
Anatoly Baksheev
|
3dc2dbc17e
|
VTK off by default
|
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 |