Vadim Pisarevsky
fd68cc768a
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876 )
13 years ago
Maria Dimashova
4d36be8794
skip of table header in MLData ( #1962 )
13 years ago
Andrey Kamaev
70166820ea
Merged the trunk r8324:8345
13 years ago
Vadim Pisarevsky
9bbcebd6b0
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Andrey Kamaev
f14d80ab44
Minor documentation fix
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
f6bddd23af
minor doc fix
13 years ago
Maria Dimashova
b4a02fae0b
added doc on cv::EM; moved doc on CvEM to legacy/doc
13 years ago
Maria Dimashova
ca8241f6e5
made em params read only; minor renaming
13 years ago
Maria Dimashova
c2ae452ab9
fixed misspelling in ertrees doc
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
Andrey Kamaev
44a1e79621
Fixed build warnings
13 years ago
Maria Dimashova
eaf0d38f03
removed changes of r8043; fixed 4 broken ml tests by other way
13 years ago
Maria Dimashova
570c8254b2
fixed test on em
13 years ago
Maria Dimashova
3ee1a1d83c
fixed mistake in method name ( #1798 )
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
Andrey Kamaev
5c7e8d775c
Fixed 4 broken ml tests.
13 years ago
Ilya Lysenkov
2619221331
Spell checked the documentation with VIM (issue #223 )
13 years ago
Ilya Lysenkov
2f44610ef3
Mentioned in doc if a function is parallelized with the TBB library (issue #421 )
13 years ago
Andrey Kamaev
97835a8f32
Fixed 9 more build warnings
13 years ago
Maria Dimashova
9783cd985f
fixed ERTrees name for writing to/reading from xml
13 years ago
Maria Dimashova
14ca8ed03c
added ability to read files with different space count
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
Maria Dimashova
71d8769314
removed EM from python and java bindings
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
Vadim Pisarevsky
eecda6d308
added explicit () to avoid MSVC /analyze warning
13 years ago
Maria Dimashova
7f2cda6c8c
fix the ticket #1234
13 years ago
Maria Dimashova
8d9d964550
added smoke test on EM, fixed EM reading #1570 (thanks to mr.pppoe),
13 years ago
Maria Dimashova
008a1c91fd
fixed em test
13 years ago
Andrey Kamaev
94c258cf15
#1205 fixed ~100 of ~700 parameters
13 years ago
Vadim Pisarevsky
168d19364f
improved description of RTreeParams (ticket #1656 ; thanks to Nghia Ho)
13 years ago
Vadim Pisarevsky
8bb422b1fc
fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch)
13 years ago
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Maria Dimashova
48ea65e69c
fixed traincascade for ordered features
13 years ago
Vadim Pisarevsky
2547f7554e
fixed memory corruption in CvEM::read() (ticket #1399 )
13 years ago