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
minor fixes in CvGBTrees, its test and sample
|
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 |