Commit Graph

28 Commits

Author SHA1 Message Date
Andrey Kamaev
69648f0a6f Make photo.hpp independent from C API 2013-04-08 15:47:29 +04:00
Andrey Kamaev
288a0634c2 Make imgproc.hpp independent from C API 2013-04-08 15:47:28 +04:00
Andrey Kamaev
517062039e Make core/internal.hpp a private header 2013-04-01 17:29:10 +04:00
Andrey Kamaev
2b1ef95415 Completely separate C and C++ API of OpenCV core 2013-04-01 15:24:34 +04:00
Andrey Kamaev
89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 2013-03-20 17:56:06 +04:00
Andrey Kamaev
ad5cddc007 Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>

Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
2013-03-13 17:26:56 +04:00
OpenCV Buildbot
81f826db2b Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
Andrey Kamaev
15e50420bc Fixed linux and android install 2012-06-27 13:52:29 +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
Vadim Pisarevsky
ca2433c212 fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008) 2011-07-14 11:26:13 +00:00
Ethan Rublee
6259c9ac6a First pass at name mangling based on version number, to support
side by side installs of OpenCV2.3.0 OpenCV2.3.1 OpenCV2.4.x, etc...
2011-06-28 16:02:09 +00:00
Andrey Kamaev
2edf764eee Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator 2011-06-24 08:13:02 +00:00
Vadim Pisarevsky
fa1d85bc14 removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst(). 2010-11-29 15:31:25 +00:00
Vadim Pisarevsky
1618ed0a37 update the old and the new-style headers after moving some old stuff to the legacy 2010-11-26 18:01:16 +00:00
Vadim Pisarevsky
7174957f0d added flann 2010-11-20 12:29:57 +00:00
Marius Muja
16b1f61c83 Updated FLANN to version 1.5 2010-10-12 19:47:50 +00:00
Vadim Pisarevsky
32a33eae9b added universal opencv header 2010-07-13 19:55:56 +00:00
Vadim Pisarevsky
bdd10c11f3 temporarily comment off the warnings about obsolete cxcore.h, cv.h etc. 2010-06-11 18:43:20 +00:00
Jose Luis Blanco
1e5f012e7f - Added a Warning macro compatible with GCC & MSVC to cv.h
- Fixed extra text after #endif
2010-05-27 09:55:46 +00:00
Victor Erukhimov
b4c56aa184 Added for backward compatibility 2010-05-27 06:23:54 +00:00
Victor Erukhimov
c4631573a4 cv::cvflann -> cv::flann 2010-05-26 19:50:20 +00:00
Victor Erukhimov
97c598c0bc Fixing a compiler problem of a prev rev 2010-05-26 12:45:29 +00:00
Victor Erukhimov
13523fd53a Fixing compiler errors for outlet_pose_estimation 2010-05-26 12:34:48 +00:00
Victor Erukhimov
eff42cdabd Added deprecation warning for gcc 2010-05-25 15:28:23 +00:00
Victor Erukhimov
201d4a068d Added a warning for deprecated headers 2010-05-25 13:47:12 +00:00
Victor Erukhimov
600a55e5ac Added headers for backward compatibility 2010-05-25 13:46:43 +00:00
Vadim Pisarevsky
3c89a166c6 install old headers for better compatibility with existing code 2010-05-13 07:10:27 +00:00
Vadim Pisarevsky
127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00