Andrey Kamaev
f666bd221f
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
2012-06-15 13:21:26 +00:00
Andrey Kamaev
247e2d085f
Updated for cmake 2.8.8
2012-04-19 22:33:46 +00:00
Andrey Kamaev
a13f03f61e
Fixed/suppressed remaining warnings from the python bindings
2012-04-10 15:50:19 +00:00
Alexander Shishkov
bc803ec93e
nonfree is optional for Python module now
2012-04-09 12:07:47 +00:00
Alexander Shishkov
b79dfaf078
fixed problem with SURF loading in Python tests
2012-04-09 11:45:36 +00:00
Andrey Kamaev
7cc7a3f37d
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
2012-04-08 21:49:19 +00:00
Andrey Kamaev
c16a1d86cc
Fixed python detection on Windows with both 32bit and 64bit pythons installed.
2012-04-08 17:36:41 +00:00
Andrey Kamaev
77425edd11
#1532 Debug version of python bindings is excluded from install
2012-03-29 23:10:21 +00:00
Alexander Mordvintsev
6848c6d69a
reverted revision 7676 ( #1725 )
2012-03-28 09:44:54 +00:00
Alexander Mordvintsev
13045dec1d
working on python wrappers for stitching
2012-03-28 05:00:41 +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
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
2012-03-03 15:49:23 +00:00
Andrey Kamaev
23af203e00
Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts
2012-02-06 11:30:59 +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
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
2012-01-25 09:04:49 +00:00
Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
2012-01-03 13:48:12 +00:00
Vadim Pisarevsky
cff30dd2bb
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.
2011-08-12 18:03:01 +00:00
Vadim Pisarevsky
1badec0b2d
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
2011-07-18 16:31:30 +00:00
Vadim Pisarevsky
562914e33b
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
2011-07-13 23:04:39 +00:00
Vadim Pisarevsky
569b1ad582
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
Andrey Kamaev
b43ae03328
* Install path share/opencv is renamed to share/OpenCV.
...
* Fixed zlib search.
* Fixed compiler/linker flags caching bug.
* Fixed OpenCVConfig.cmake generation (currently tested only on Unix).
2011-06-27 13:59:03 +00:00
Andrey Kamaev
f0227edd2c
Minor python search improvements
2011-06-27 08:24:10 +00:00
Alexander Shishkov
6ecebb7f66
fixed #768 ticket
...
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
2011-06-14 10:19:56 +00:00
Alexander Shishkov
ca758a9dac
fixed #768 ticket
2011-06-14 10:11:16 +00:00
Vadim Pisarevsky
e46d98a162
excluded "-B" flag for better compatibility with old Python.
2011-06-07 10:22:32 +00:00
Alexander Shishkov
128d030533
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573 )
...
added ignore linker flags for opencv2_python
2011-05-30 14:08:43 +00:00
Alexander Shishkov
33e71127f7
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573 )
2011-05-30 13:32:57 +00:00
Vadim Pisarevsky
cfedf0c5d5
compile cv2.so also as a shared library
2011-05-27 19:59:48 +00:00
Alexander Shishkov
0eb1bb3673
cv.so library always compiled as shared library
2011-05-27 15:18:49 +00:00
Ethan Rublee
89b5f40ce3
Reverting the boost::python bindings, moving dev to out of trunk.
2011-05-24 22:01:41 +00:00
Ethan Rublee
44e9fdaa2d
Initial pass at some boost python bindings.
2011-05-23 17:26:58 +00:00
Vadim Pisarevsky
0243fe6b07
disabled creation of hdr_parser.pyc
2011-05-13 13:26:14 +00:00
Vadim Pisarevsky
71d14386e4
fixed generation of Python wrapper cv2.
2011-05-04 19:45:21 +00:00
Vadim Pisarevsky
7f7965bc93
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
2011-05-03 16:00:31 +00:00
Vadim Pisarevsky
335370a7c0
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
2011-04-17 13:09:04 +00:00
Vadim Pisarevsky
5b6a755719
almost finished Python wrappers
2010-11-02 17:58:22 +00:00
Marius Muja
16b1f61c83
Updated FLANN to version 1.5
2010-10-12 19:47:50 +00:00
Ethan Rublee
244a537d54
_S happens to be a bad variable name for android
2010-10-09 02:15:08 +00:00
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00