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
Elena Gvozdeva
90ac88cb8e
use std::min,max
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
Vadim Pisarevsky
101769d26c
eliminated some unnecessary instructions
10 years ago
Elena Gvozdeva
dbb5993d13
added dft for all platforms
10 years ago
Elena Gvozdeva
dc3c691c8c
new block size for dft
10 years ago
Elena Gvozdeva
e7216a5987
Used float instead of int for CV_8U in sumTemplate
10 years ago
siddharth
4cdc155eac
test
10 years ago
siddharth
0972a2d758
Fixed mixed cloning bug
10 years ago
siddharth
88d05a89d4
removed build error
...
Whitespaces removed
10 years ago
siddharth
1a14d8506d
recursive filter output corrected
10 years ago
siddharth
14631be59f
Updated Documentation
10 years ago
Vadim Pisarevsky
af83884dc7
disabled ocl_minmaxloc on 32-bit data completely
10 years ago
Vadim Pisarevsky
1925fab427
disabled some more stuff
10 years ago
Vadim Pisarevsky
11e9e375a3
fixed compile warning with GCC
10 years ago
Vadim Pisarevsky
2fd01dcced
fixed doc builder warnings
10 years ago
Vadim Pisarevsky
97f6dd1820
trying to make OpenCL builder green
10 years ago
Vadim Pisarevsky
1ad9827fc4
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)
10 years ago
Vadim Pisarevsky
f42bb0bd65
disable OpenCL difference norms with mask, since some of the tests fail
10 years ago
Vadim Pisarevsky
4255746c00
fixed compile warnings and removed extra whitespaces
10 years ago
Vadim Pisarevsky
4dfb613c3e
optimized Bayer=>RGB/RGBA/Gray conversion using Neon intrinsics. Fixed recently introduced build error in iOS framework.
10 years ago
Alexander Karsakov
fecfaf4092
Using std::map in PlanCache
10 years ago
Elena Gvozdeva
27d97aa231
fixed
10 years ago
Vladislav Vinogradov
ba706177cb
fix cudacodec module dependecies
10 years ago
Alexander Mordvintsev
586ace1873
double to float cast warning fix
10 years ago
Kobi Gurkan
6cac76bfe4
fixes tab indentation - replacing with 4 spaces
10 years ago
Kobi Gurkan
fc8f0e341b
adding support for 16-bit 4 channel tiffs
...
- when IMREAD_UNCHANGED is set in flags, the tiff is read with 4 channels
- adding test for read/write
10 years ago
Alexander Mordvintsev
5f47f70183
module blacklist
10 years ago
Alexander Mordvintsev
a2ae1db31c
'adas' extra module doesn't produce .lib on windows (causes link error)
10 years ago
Alexander Mordvintsev
9ab3b89c53
pass header list to gen2.py by a text file (avoid command line length limit on windows)
10 years ago
Alexander Mordvintsev
42ecfc5538
fixed parsing enums with tailing comma
...
gen2.py reports headers it processes
cmake file restructured
10 years ago
Alexander Mordvintsev
964657a155
glob for python module dependences
10 years ago