181 Commits (b928ebdd53b3db10864ff675461c44f04eef3e8c)

Author SHA1 Message Date
Maria Dimashova 9783cd985f fixed ERTrees name for writing to/reading from xml 13 years ago
Maria Dimashova f2c252f8e7 moved to double in EM; fixed bug 13 years ago
Vadim Pisarevsky b8c310065c modified EM interface; updated tests & samples 13 years ago
Maria Dimashova 71d8769314 removed EM from python and java bindings 13 years ago
Maria Dimashova 85fa0e7763 added cv::EM, moved CvEM to legacy, added/updated tests 13 years ago
Alexander Mordvintsev a0af870719 added CV_OUT to CvANN_MLP::predict 13 years ago
Ilya Lysenkov 10065d3321 Trunk: moved contructors implementations from .hpp to .cpp 14 years ago
Ilya Lysenkov 2c958b2598 Trunk: moved contructors implementations from .hpp to .cpp 14 years ago
Maria Dimashova fc04b7ab4f minor refactoring of CvMLData interface 14 years ago
Maria Dimashova 0209d72534 minor change (moved methods implementation from hpp to cpp) 14 years ago
P. Druzhkov e20d570ed1 brief gbt documentation added. some sample fixes made. code updated. 14 years ago
Maria Dimashova 2920796800 minor 14 years ago
Maria Dimashova 3dc03531e1 added CvEM read/write (#1032) 14 years ago
P. Druzhkov 15f7918e34 problem with the supported data matrices types is fixed 14 years ago
Vadim Pisarevsky ae8f2eeac2 restored img_proc_test main() call; removed windows.h from ml.hpp 14 years ago
Vadim Pisarevsky 17a2480a21 integrated parallel SVM prediction; fixed warnings after meanshift integration 14 years ago
Vadim Pisarevsky 253d8c683e knearest training has been threaded (thanks to Konstantin Krivakin) 14 years ago
Vadim Pisarevsky 800266dd52 parallel training of a neural net using TBB (thanks to Konstantin Krivakin) 14 years ago
Vadim Pisarevsky bad4ca2a51 added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314) 14 years ago
Maria Dimashova c104cdce96 made random generators of MLL classes depended on default rng (theRNG) (#205). 14 years ago
Vadim Pisarevsky 59e2afe4d2 fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406) 14 years ago
Vadim Pisarevsky 5b6a755719 almost finished Python wrappers 14 years ago
Vadim Pisarevsky 893fb90b87 extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing 14 years ago
Vadim Pisarevsky 83f6085773 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) 14 years ago
Vadim Pisarevsky 1b1eab8e67 added helper macros to the function declarations 14 years ago
P. Druzhkov d611fb61fc Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added. 14 years ago
Vadim Pisarevsky 758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago