1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Commit Graph

2369 Commits

Author SHA1 Message Date
Ana Huaman 8f01f2cc9f Added 02 tutorials for Hough Lines and Circle detection in tutorial_code -- based on code existent 2011-06-28 19:32:48 +00:00
Ethan Rublee 773654e11a More work on the mangling of install paths. 2011-06-28 19:24:31 +00:00
Ethan Rublee 4f89292aab fix version in version.cmake 2011-06-28 16:19:35 +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 d673197d01 Added base Android Java sample 2011-06-28 15:12:14 +00:00
Andrey Kamaev 820cecfa2d Fixed windows compatibility problems in Android.mk 2011-06-28 11:34:41 +00:00
Andrey Kamaev f60bdb2473 Fixed Android.mk file generation 2011-06-28 08:48:23 +00:00
Andrey Kamaev 822b0bfe22 Minor bugfix 2011-06-28 07:20:30 +00:00
Andrey Kamaev 591cb1b3cf Fixed compiler options in Android build (Windows) 2011-06-28 05:51:41 +00:00
Andrey Kamaev ba7ee71c20 Numerous small fixes in CMakeLists.txt 2011-06-28 05:18:53 +00:00
Vadim Pisarevsky 2776b42a7b propagated fix for Matx(Matx::diag_type) constructor from branch 2.3 to trunk 2011-06-27 20:01:05 +00:00
Vadim Pisarevsky 25887e693b removed the obsolete tests from the trunk as well. 2011-06-27 19:57:56 +00:00
Ana Huaman 832262e376 Added Laplace and Canny reST tutorials and corrected a small bug in Canny sample code 2011-06-27 17:06:54 +00:00
Andrey Kamaev cf28846bce Fixed OpenCVConfig.cmake generation for windows 2011-06-27 16:55:10 +00:00
Andrey Kamaev 31fcd406e1 Eliminated cmake warning for case when python is not found. 2011-06-27 16:21:22 +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
Ana Huaman 20ab3d538b Updated conf.py with the latest added external links for tutorial docs 2011-06-27 13:21:01 +00:00
Ana Huaman e1aa8eead3 Added reST tutorials for copyMakeBorder, Sobel Operator, updated links in conf.py 2011-06-27 08:31:34 +00:00
Andrey Kamaev f0227edd2c Minor python search improvements 2011-06-27 08:24:10 +00:00
Ana Huaman ae649e8c30 Added rst Tutorial for Filter 2D 2011-06-27 04:01:01 +00:00
Ana Huaman 3a0d3ebdde Added Laplace, Canny and Sobel samples in tutorial cpp code 2011-06-26 23:09:04 +00:00
Alexander Mordvintsev 0dbbb89e8d added stereo_match.py sample 2011-06-26 21:34:39 +00:00
Ana Huaman 65575cef7e Added two new sample files for copyMakeBorder and filter2D 2011-06-26 18:36:59 +00:00
Vadim Pisarevsky d195871904 propagated fix for ticket #1168 to trunk 2011-06-25 09:39:41 +00:00
Vincent Rabaud 7c2e74b649 - fix a bug if the descriptor is used for images of different size 2011-06-24 23:21:39 +00:00
Andrey Kamaev c1940b4ec7 Modified install layout for Android 2011-06-24 15:40:27 +00:00
Ilya Lysenkov 10065d3321 Trunk: moved contructors implementations from .hpp to .cpp 2011-06-24 12:48:00 +00:00
Ilya Lysenkov 2c958b2598 Trunk: moved contructors implementations from .hpp to .cpp 2011-06-24 12:25:52 +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
Andrey Kamaev 69b79f89c1 Updated build scripts for better Java module support 2011-06-24 07:48:04 +00:00
Ethan Rublee 2ee4f0de31 Merging back 2.3 cmake changes. 2011-06-24 07:12:34 +00:00
Bernat Gabor 42bd52f046 Corrected the place of accent in the name of Ana Huamán. 2011-06-23 22:28:27 +00:00
Bernat Gabor 9426249a88 New structure (following the documentation) for the tutorials. Normalized image sizes for TOC display. 2011-06-23 21:55:24 +00:00
Bernat Gabor ea70a5ffd6 Cleaning up the doc/tutorials folder in preparation to add thew new structure. 2011-06-23 21:47:16 +00:00
Andrey Kamaev b5d73111eb Added new module for Java API 2011-06-23 15:51:51 +00:00
Vadim Pisarevsky f0624c08dc propagated some more changes from 2.3 to trunk 2011-06-23 12:15:35 +00:00
Vadim Pisarevsky 6e613bca9b propagated some more changes from 2.3 to trunk 2011-06-23 12:13:33 +00:00
Vadim Pisarevsky 49467947ac propagated some fixes from 2.3 to trunk 2011-06-23 12:00:09 +00:00
Vadim Pisarevsky d4fbb2c4fb added missing bdatypes.h 2011-06-23 11:57:27 +00:00
Vadim Pisarevsky b1bf1deed0 fixed 2 bugs in reference manuals 2011-06-23 11:46:14 +00:00
Andrey Kamaev e60b8dfba0 Fixed numpy search on Windows x64 2011-06-23 09:16:55 +00:00
Andrey Kamaev 725d771570 Fixed output paths for Android build 2011-06-22 13:27:28 +00:00
Andrey Kamaev 9600ebadf2 Main CMakeLists.txt merged with 2.3 branch 2011-06-22 11:53:15 +00:00
Andrey Kamaev 76bc9f8c20 Removed SWIG from Android toolchain; always search for python; find_program/find_package cmake functions wrapped for case of cross-compiling. 2011-06-22 10:38:57 +00:00
Ana Huaman 3ac024ff6c Added tutorial for threshold in reST and fixed broken links from previous ImgProc tutorials 2011-06-22 02:05:49 +00:00
Ana Huaman 22e59e933b Added Threshold.cpp in samples/cpp/tutorial_code/ImgProc 2011-06-21 23:50:02 +00:00
Ana Huaman 9ce4e87507 Added reST tutorial documentation for Pyramids and added a few links to conf.py 2011-06-21 22:22:31 +00:00
Ana Huaman 5df9da1576 Added Pyramids.cpp sample tutorial code 2011-06-21 20:33:35 +00:00
Vadim Pisarevsky 677d2e508f fix for ticket #1153 propagated to trunk 2011-06-21 11:10:45 +00:00
Ana Huaman a8d37509fa Added tutorial in reST for Morphology 2 2011-06-21 08:53:37 +00:00