Vadim Pisarevsky
10b60f8d16
continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way
11 years ago
edgarriba
56704b5e95
Update tutorial
11 years ago
edgarriba
08e8f9ca45
Added some definitions
11 years ago
Fco. Javier Delgado del Hoyo
fd10557e78
Removed cvCalcOpticalFlowBM from cudaoptflow test
11 years ago
Fco. Javier Delgado del Hoyo
8def44047a
Removed cvCalcOpticalFlowBM from performance test
11 years ago
Samson Yilma
4fe04775d1
Merge remote-tracking branch 'upstream/master' into HomographyDecomp
11 years ago
Samson Yilma
3b608fa489
added comment.
11 years ago
Samson Yilma
3c5eb7de84
updated documentation for decomposeHomography
11 years ago
Vadim Pisarevsky
223cdcd0ee
fixed compilation of some samples; fixed ANN_MLP::predict
11 years ago
Vadim Pisarevsky
1a1097ab23
Merge pull request #2983 from wnoise:shrink-global-cuda-usage
11 years ago
Vadim Pisarevsky
ef8647fe30
put IPP ReduceSum_32f back
11 years ago
edgarriba
9a25cb012d
Update some text
11 years ago
Vadim Pisarevsky
2ab7fb6051
Merge pull request #3017 from f-morozov:akaze
11 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
11 years ago
f-morozov
7f82960897
AKAZE fixes, tests and tutorial
11 years ago
edgarriba
85ccac2633
Added help()
11 years ago
Vadim Pisarevsky
a782ee93de
Merge pull request #2992 from snikulov:upmerge_jpeg_tweak
11 years ago
Vadim Pisarevsky
e368f17caf
fixed python bindings generation
11 years ago
edgarriba
4a86900761
Added help()
11 years ago
edgarriba
69f1ee8732
Code tutorial
11 years ago
edgarriba
6ff58f02e2
Code tutorial
11 years ago
edgarriba
94968c81e0
Code tutorial
11 years ago
edgarriba
b58979d057
Code tutorial
11 years ago
edgarriba
38c2cc8521
Code tutorial
11 years ago
edgarriba
31bec45998
Code tutorial
11 years ago
edgarriba
b33a2f24fa
Code tutorial
11 years ago
edgarriba
9d18f5c458
Code tutorial
11 years ago
edgarriba
6f5876f8f7
Code tutorial
11 years ago
edgarriba
2848f43acc
Code tutorial
11 years ago
edgarriba
319dbd2eb7
Code tutorial
11 years ago
edgarriba
924e062426
Code tutorial
11 years ago
edgarriba
3b24aa2441
Code tutorial
11 years ago
edgarriba
be4c1afb0b
Code tutorial
11 years ago
edgarriba
550e3721ae
Code tutorial
11 years ago
edgarriba
64c164c111
Code tutorial
11 years ago
edgarriba
74e52df3cd
Code tutorial
11 years ago
edgarriba
7334e54a63
Code tutorial
11 years ago
edgarriba
0ac84755a0
Update tutorial
11 years ago
edgarriba
b6b0c2aa8e
MACRO for EIGEN libraries
11 years ago
vbystricky
bd8894002e
Fix some problems
11 years ago
Fco. Javier Delgado del Hoyo
d3d0434f07
Removed opencv_legacy dependency from cudaoptflow
11 years ago
vbystricky
878dec65c8
Optimize OpenCL version of morfology and box filters for small filter kernels
11 years ago
Sergei Nikulov
eaec132091
#2992 : update after review
11 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
11 years ago
Vadim Pisarevsky
dce1824a91
Merge pull request #2940 from davembradley:master
11 years ago
Vadim Pisarevsky
cf2a307832
Merge pull request #2991 from kovand11:calibrateDebevecFix
11 years ago
Andrey Pavlenko
4c8a9c5d70
Merge pull request #3012 from vpisarev:clean_objdetect
11 years ago
Vadim Pisarevsky
101769d26c
eliminated some unnecessary instructions
11 years ago
Vadim Pisarevsky
a1791c6be3
Merge pull request #3016 from fradelg:master
11 years ago
Fco. Javier Delgado del Hoyo
b8bc99676d
Another typo in comment inside OpenNI2 cmake file
11 years ago