15 Commits (e9232a4b67cf49b126cda9865982e57f81330d02)

Author SHA1 Message Date
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Maria Dimashova 7f2cda6c8c fix the ticket #1234 13 years ago
Maria Dimashova 48ea65e69c fixed traincascade for ordered features 13 years ago
Ilya Lysenkov 2c958b2598 Trunk: moved contructors implementations from .hpp to .cpp 14 years ago
Vadim Pisarevsky 65a7f13af3 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
Maria Dimashova c104cdce96 made random generators of MLL classes depended on default rng (theRNG) (#205). 14 years ago
Maria Dimashova dd14dc5de3 fixed #517; uncommented ertrees test and moved it to black llist 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
Maria Dimashova 0c771221a3 fixed problem with surrogate splits in decision trees training 15 years ago
Maria Dimashova 7d94f256e6 fixed CvDTree and CvForestTree find_best_split() methods 15 years ago
Maria Dimashova c15934dd2b modified default var_type values 15 years ago
Maria Dimashova 122a1c2bff fixed case of var_type==0 (ticket 397) 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago