20 Commits (09f9b35bc6acbac77eea5876c5f15adb819da6a1)

Author SHA1 Message Date
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 12 years ago
Maria Dimashova 75e0eeab17 fixed #2160 13 years ago
Maria Dimashova 994f8710f3 fixed #2159 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Maria Dimashova ca8241f6e5 made em params read only; minor renaming 13 years ago
Andrey Kamaev 72f4386fb9 Probably fixed EM tests failure on x86 platforms (thanks to Maria D.) 13 years ago
Maria Dimashova 3dfa917879 refactored train and predict methods of em 13 years ago
Maria Dimashova 71d7482aee fixed nan in EM, added new test on EM 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Maria Dimashova 04d24a8824 refactored likelihood computing 13 years ago
Maria Dimashova 6cbd36fd1e fixed likelihood computing 13 years ago
Maria Dimashova 411467eab8 fixed likelihood computing 13 years ago
Ilya Lysenkov 74325fe993 Removed unnecessary mat.t() 13 years ago
Ilya Lysenkov ade6388d3a Vadim, Maria, Alex, Andrey and I fixed the EM algorithm 13 years ago
Maria Dimashova 39c23ea0bd replaced using cv::exp 13 years ago
Maria Dimashova 3b02ee4b29 modified likelihood computing 13 years ago
Maria Dimashova f2c252f8e7 moved to double in EM; fixed bug 13 years ago
Maria Dimashova 5ce2997c84 added assert 13 years ago
Maria Dimashova 84aff376a7 fixed em log likelihood 13 years ago
Vadim Pisarevsky b8c310065c modified EM interface; updated tests & samples 13 years ago
Vadim Pisarevsky 0f1f7b0b4a fixed a few VS2010 warnings in EM 13 years ago
Maria Dimashova 85fa0e7763 added cv::EM, moved CvEM to legacy, added/updated tests 13 years ago
Maria Dimashova 8d9d964550 added smoke test on EM, fixed EM reading #1570 (thanks to mr.pppoe), 13 years ago
Vadim Pisarevsky 2547f7554e fixed memory corruption in CvEM::read() (ticket #1399) 13 years ago
Ilya Lysenkov 10065d3321 Trunk: moved contructors implementations from .hpp to .cpp 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Vadim Pisarevsky f9fc180e1a fixed tickets #1117 and #954 14 years ago
Vadim Pisarevsky 20aca7440f a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 14 years ago
Maria Dimashova 9e21f06404 replaced M_PI by CV_PI 14 years ago
Maria Dimashova 3dc03531e1 added CvEM read/write (#1032) 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
Vadim Pisarevsky bc21cc6fe9 revert to using fixed RNG in EM, otherwise the algorithm becomes non-deterministic and the test fails sometimes. in the meantime, EM needs to switch to more robust cv::kmeans instead of CvEM::kmeans. 14 years ago
Maria Dimashova c104cdce96 made random generators of MLL classes depended on default rng (theRNG) (#205). 14 years ago
Vadim Pisarevsky 4d676165ea incorporated several critical fixes in EM implementation from Albert G (ticket #264) 14 years ago
Vadim Pisarevsky 5b6a755719 almost finished Python wrappers 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago