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
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
Roman Donchenko
5ae9add102
Merge pull request #2221 from asmorkalov:ocv_test_install_custom
11 years ago
Alexander Smorkalov
d45350a06a
opencv_run_all_tests.sh script added to -tests package.
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
Roman Donchenko
3e59ddbace
Merge pull request #2215 from asmorkalov:ocv_testpack_fix
11 years ago
Alexander Smorkalov
d9dc5ffa91
Multiple fixes for tests deb package build.
...
Added opencv_testing.sh.in file;
opencv_testing.sh installation guarded by OS check.
11 years ago
Andrey Pavlenko
fff5a6c058
Merge pull request #2213 from ilya-lavrenov:tapi_buildPyramid
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
Roman Donchenko
84c29745f2
Merge pull request #2211 from SpecLad:merge-2.4
11 years ago
Roman Donchenko
7a0a9d010b
Merge pull request #2205 from jet47:bug-3477-fix
11 years ago
Andrey Pavlenko
51aa649499
Merge pull request #2097 from pclove1:blur_border_isolated
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
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
Anatoly Baksheev
3dc2dbc17e
VTK off by default
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