75 Commits (b09a4a98d44adbe30031c59efa4d5487f3aa3118)

Author SHA1 Message Date
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 4d0dd3e509 ml: apply CV_OVERRIDE/CV_FINAL 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
David Geldreich 7c334f45c6 trainAuto: uses parallel_for_ to dispatch all parameters combination to test 8 years ago
Julian Tanke f70cc29edb export SVM::trainAuto to python #7224 (#8373) 8 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Eduardo Arnold d046602ea4 Enforced DecisionFunction vector indexes to be saved on SVM save/load methods 9 years ago
Christoph Spörk 6c8bc6a25b fixed ABI incompatibilities as proposed by alalek 9 years ago
Christoph Spörk a7aa198b4c fixing issue #4969 of Itseez/opencv. 9 years ago
Ishank gulati 9636b5e821 reduce k_fold parameter 9 years ago
Deanna Hood 0d706f6796 Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 9 years ago
Vadim Pisarevsky fda17273de applying patch by rxtsolar: https://github.com/Itseez/opencv/pull/5422 for the master branch (even though it's actually not that important here) 9 years ago
Maksim Shabunin eebd4cad66 Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 10 years ago
berak 74fc9acdd1 initialize temp_train_samples in SVM::autoTrain 10 years ago
Ilya Lavrenov 3c3bc123fc release filestorage before exception 10 years ago
Ilya Lavrenov 3a1bb93340 release filestorage before exception 10 years ago
Jie Yang 2ba0d31785 Fix SVM::trainAuto (Bug #4464) 10 years ago
Maksim Shabunin cb00c7036f Fix cache error during SVM train 10 years ago
Сергей Нужный 4a65f3cee2 Squashed commit of the following: 10 years ago
Сергей Нужный e800800bec Squashed commit of the following: 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Сергей Нужный 3646967deb Fix bug in SVM::trainAuto 10 years ago
Сергей Нужный 0c24ccf538 Revert "Fix bug in SVM::trainAuto" 10 years ago
Сергей Нужный 225da0226e Fix bug in SVM::trainAuto 10 years ago
Sancho McCann 6593422c05 Bugfix: #4030 SVM auto-training. 10 years ago
Maksim Shabunin 79e8f0680c Updated ml module interfaces and documentation 10 years ago
Maksim Shabunin d004ee58c5 Support loading old models in ML module 10 years ago
Vadim Pisarevsky b37a641cc9 fixed bug in automatic SVM training 11 years ago
Vadim Pisarevsky 05e7c29de5 fixed various warnings and obvious errors reported by clang compiler and the coverity tool. 11 years ago
Vadim Pisarevsky eeb786fcfd fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code 11 years ago
Vadim Pisarevsky 2520e335d1 removed many extra whitespaces; fixed 1 warning 11 years ago
Vadim Pisarevsky c20ff6ce19 made everything compile and even run somehow 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
unknown ade46bd428 Fixed typos in comments 11 years ago
Cosmin Boaca 3985980b2f Added returnDFVal parameter to parallel CvSVM::predict function 11 years ago
Daniil Osokin 5d2edced26 Added throwing exception when saving untrained SVM model 11 years ago
Alexander Alekhin f63b0dfaf4 svm: disable failed tests 12 years ago
Mathieu Barnachon 0934344a3d Update sample and code with external computation of HOG detector. 12 years ago
Mathieu Barnachon 4fbd5707f7 Fix warning on precision lost due to double to float conversion. 12 years ago
Mathieu Barnachon 7f3273c77f Adding an export for HOGDetector compatibility. 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Vadim Pisarevsky e01335bf47 fixed buffer size and restored the use of compressed files in ml's load_save tests. 12 years ago
Vadim Pisarevsky 4331f76d18 add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default) 12 years ago
Vadim Pisarevsky 63a5587d0d exploring possible bug in optimize_linear_svm 12 years ago
Vadim Pisarevsky a06af5ca25 dramatic speedup of SVM::predict in the case of linear SVM 12 years ago
Andrey Kamaev 351ecbbcce Repair build 12 years ago
Markus Schoeler 5484a41960 Corrected a mistake in CHI2 kernel in line 354 and line 362 svm.cpp 12 years ago
Markus Schoeler ddb0afbc44 Changed line 1266 in svm.cpp to allow the new kernels to be used 12 years ago