Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
2012-06-28 17:07:17 +00:00
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
2012-06-28 16:13:29 +00:00
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
2012-06-15 13:04:17 +00:00
Andrey Kamaev
8159ea3386
Merged the trunk r8537 (fixed pdf documentation build)
2012-06-01 08:46:54 +00:00
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
2012-05-30 11:13:07 +00:00
Alexander Shishkov
78ef76165e
moved part of f2d docs to the legacy module
2012-04-28 15:13:59 +00:00
Vadim Pisarevsky
bffd77ed87
moved planar subdiv docs to legacy; added Input/OutputArray docs to core
2012-04-28 12:59:21 +00:00
Vadim Pisarevsky
7ac713405f
put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
2012-04-27 14:11:44 +00:00
Vadim Pisarevsky
c78d056ef6
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796 ). added test for it. Renamed legacy tests to "Legacy_*"
2012-04-27 13:06:16 +00:00
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.
2012-04-20 15:32:54 +00:00
Maria Dimashova
b4a02fae0b
added doc on cv::EM; moved doc on CvEM to legacy/doc
2012-04-18 12:22:46 +00:00
Maria Dimashova
3dfa917879
refactored train and predict methods of em
2012-04-17 06:29:40 +00:00
Andrey Kamaev
8f7e5811b6
Fixed 2 failing python tests
2012-04-16 21:18:30 +00:00
Andrey Kamaev
73047b6d4e
Fixed failing Video_OpticalFlow.accuracy test
2012-04-16 15:56:27 +00:00
Maria Dimashova
cdb3f11d5e
fixed test on em (old interface)
2012-04-16 15:19:10 +00:00
Maria Dimashova
3db7823682
removed unnecessary param
2012-04-11 13:48:20 +00:00
Andrey Kamaev
c712f376d5
Fixed warnings about unused return value of fscanf, scanf and system
2012-04-10 15:44:07 +00:00
Maria Dimashova
f2c252f8e7
moved to double in EM; fixed bug
2012-04-09 10:51:50 +00:00
Marina Kolpakova
b5f5700911
fixed build with gcc 4.5+ ( #1774 )
2012-04-07 16:06:47 +00:00
Vadim Pisarevsky
b8c310065c
modified EM interface; updated tests & samples
2012-04-06 15:59:30 +00:00
Maria Dimashova
85fa0e7763
added cv::EM, moved CvEM to legacy, added/updated tests
2012-04-06 09:26:11 +00:00
Andrey Kamaev
72f2523d0f
Fixed ~20 potential errors identified by the MS complier.
2012-03-31 11:09:16 +00:00
Andrey Kamaev
a4f5216d52
Fixed gcc build after r7751
2012-03-30 14:03:18 +00:00
Vadim Pisarevsky
beb7fc3c92
a LOT of obsolete stuff has been moved to the legacy module.
2012-03-30 12:19:25 +00:00
Andrey Kamaev
94c258cf15
#1205 fixed ~100 of ~700 parameters
2012-03-29 06:50:05 +00:00
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
2012-03-17 09:22:31 +00:00
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
2012-03-16 21:21:04 +00:00
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
2012-03-15 14:36:01 +00:00
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
2012-02-16 20:29:35 +00:00
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
2012-02-15 19:48:04 +00:00
Alexander Shishkov
792fb3bd64
fixed #1549 issue
2012-02-06 13:26:35 +00:00
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
2012-02-03 11:26:49 +00:00
Vadim Pisarevsky
22970b8270
fixed multiple GCC warnings on Ubuntu 11.04
2011-06-14 12:03:34 +00:00
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
Vadim Pisarevsky
cd818192ce
fixed ticket #892
2011-06-10 07:08:34 +00:00
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
2011-05-21 18:32:34 +00:00
Vadim Pisarevsky
cbe132cabe
several small fixes; added overloaded variant of cv::drawChessboardCorners
2010-11-27 23:16:50 +00:00
Vadim Pisarevsky
01c1003d51
fixed warnings and errors reported by VS2010
2010-11-26 18:25:30 +00:00
Vadim Pisarevsky
54ef4c08c2
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
2010-11-26 17:58:20 +00:00
Marius Muja
16b1f61c83
Updated FLANN to version 1.5
2010-10-12 19:47:50 +00:00
Vadim Pisarevsky
eecef2473e
removed obsolete matrix expression implementation
2010-10-12 12:37:04 +00:00
Vadim Pisarevsky
f78a3b4cc1
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
2010-07-16 12:54:53 +00:00
Vadim Pisarevsky
7ec4b59fac
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
2010-06-29 15:12:07 +00:00
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00