Michael Pratt
7d41ce23a7
Build Python 3 bindings in subdirectory
...
Build the Python 3 cv2 module in lib/python3/, to avoid potential naming
conflicts with the Python 2 bindings.
The Python 2 bindings are placed directly in lib/, where they are
required for the Buildbot to successfully execute the Python tests.
10 years ago
Michael Pratt
d921cde4d2
Add opencv_matlab to Python ignored modules
...
Requested by @vpisarev in #3047 .
10 years ago
Michael Pratt
9d9411555f
Place Python library out in dedicated folder
...
Place the built Python module library in a dedicated folder inside of
lib/. This ensures that even if the Python 2 and Python 3 module names
conflict, they will not overwrite one another.
10 years ago
Michael Pratt
976c727eec
Fix a few more PYTHON_NUMPY_INCLUDE_PATH
...
The previous commit fixing references to PYTHON_NUMPY_INCLUDE_PATH
missed a few unset()s.
10 years ago
vbystricky
774d277c1f
Fix error in OpenCl version of meanstddev for continues src and not continues mask
10 years ago
vbystricky
2637b18b67
Fix epsilon for OpenCL function ConverTo, for convertation from float to integer types
10 years ago
Elena Gvozdeva
7999fbf765
fixed ocl_integral
10 years ago
Elena Gvozdeva
f32b52ea8d
fixed test for CvtColor RGB -> Luv
10 years ago
Elena Gvozdeva
8c2c3b54d9
fixed ocl tests for BlendLinear, BoxFilter, Integral
10 years ago
vbystricky
2d587ad691
Prevent generating test case with mask filled 0 only
10 years ago
Vladislav Vinogradov
a3da3a01e1
fix test_opencv_imgproc compilation
10 years ago
Vladislav Vinogradov
cdb7b83741
fix python module compilation with enabled CUDA support:
...
filterout all CUDA related headers from python module include headers
10 years ago
Vadim Pisarevsky
222f8a3d5e
hopefully fixed test failure on Linux
10 years ago
Vadim Pisarevsky
24b01a8e4f
continuing to debug boost and fix MSVC compile errors
10 years ago
Vadim Pisarevsky
98a1181240
fixed the condition
10 years ago
Vadim Pisarevsky
79b593d8d8
more fixes and more debugging code
10 years ago
Vadim Pisarevsky
eeb786fcfd
fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code
10 years ago
Vadim Pisarevsky
9cb79b9abb
temporarily disabled java bindings for ml; hopefully fixed warnings etc.
10 years ago
Vadim Pisarevsky
8e9d1d9fe6
temporarily disabled java bindings for ml; hopefully fixed warnings etc.
10 years ago
Vadim Pisarevsky
2520e335d1
removed many extra whitespaces; fixed 1 warning
10 years ago
Vadim Pisarevsky
28ca6ac05e
fixed building html docs
10 years ago
Vadim Pisarevsky
c6593d02a6
updated docs
10 years ago
Vadim Pisarevsky
c20ff6ce19
made everything compile and even run somehow
10 years ago
VBystricky
2026094691
Increase epsilon for OpenCL version UMatDot and ReduceAvg accurency tests
10 years ago
VBystricky
0f9b79ef64
Change min-max to clamp
10 years ago
vbystricky
aad4104297
Fix accurency test for OpenCL matrix operations
10 years ago
vbystricky
184c5917bf
Fix accurency test of OpenCL merge function.
10 years ago
vbystricky
b724208510
Fix Luv2RGB function
10 years ago
Fco. Javier Delgado del Hoyo
625fd61313
Removed OpticalFlowBM test from cudaoptflow module
10 years ago
vbystricky
b48e487d53
Enable ocl version of minmaxloc with mask
10 years ago
vbystricky
11a0e3ff78
Fix error in OCL minmaxloc
10 years ago
Vladislav Vinogradov
7030a1f9a2
fix cudabgsegm module compilation
10 years ago
Elena Gvozdeva
9db8592aa8
fixed ocl_flip for cn==3
10 years ago
Vadim Pisarevsky
b0cd822924
trying to make the tests pass
10 years ago
Vadim Pisarevsky
10b60f8d16
continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way
10 years ago
Michael Pratt
52df3b232d
Reference PYTHON_NUMPY_INCLUDE_DIRS not PYTHON_NUMPY_INCLUDE_PATH
...
PYTHON_NUMPY_INCLUDE_PATH was a typo, it should have been
PYTHON_NUMPY_INCLUDE_DIRS.
10 years ago
Fco. Javier Delgado del Hoyo
fd10557e78
Removed cvCalcOpticalFlowBM from cudaoptflow test
10 years ago
Fco. Javier Delgado del Hoyo
8def44047a
Removed cvCalcOpticalFlowBM from performance test
10 years ago
Samson Yilma
3b608fa489
added comment.
10 years ago
Samson Yilma
3c5eb7de84
updated documentation for decomposeHomography
10 years ago
Vadim Pisarevsky
223cdcd0ee
fixed compilation of some samples; fixed ANN_MLP::predict
10 years ago
Vadim Pisarevsky
ef8647fe30
put IPP ReduceSum_32f back
10 years ago
Vadim Pisarevsky
5267ed46c7
1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case).
...
2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason)
3. disabled IPP acceleration for 3-channel norms.
4. modified relativeNorm test function to handle very small values
10 years ago
f-morozov
7f82960897
AKAZE fixes, tests and tutorial
10 years ago
Vadim Pisarevsky
e368f17caf
fixed python bindings generation
10 years ago
vbystricky
bd8894002e
Fix some problems
10 years ago
Fco. Javier Delgado del Hoyo
d3d0434f07
Removed opencv_legacy dependency from cudaoptflow
10 years ago
vbystricky
878dec65c8
Optimize OpenCL version of morfology and box filters for small filter kernels
10 years ago
Sergei Nikulov
eaec132091
#2992 : update after review
10 years ago
Vadim Pisarevsky
ba3783d205
initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed
10 years ago