Commit Graph

531 Commits

Author SHA1 Message Date
Andrey Kamaev
cc447448ff Added native camera Android sample; Added manual port of VideoCapture class. 2011-07-15 14:03:53 +00:00
Andrey Kamaev
fae67e0b46 Refactored Android samples 2011-07-15 09:07:01 +00:00
Andrey Kamaev
72a55a4139 Refactored Android sample (1-java) 2011-07-15 07:18:45 +00:00
Andrey Kamaev
a9508d2f67 Fixed android sample 2011-07-15 04:46:24 +00:00
Vadim Pisarevsky
7702fa4d61 added improved version of the variational stereo correspondence algorithm by Sergey Kosov 2011-07-14 15:30:28 +00:00
Andrey Kamaev
f97e5f7353 Modified Android samples 2011-07-14 13:39:25 +00:00
Kirill Kornyakov
87ad9b1c3e samples C/C++: fixed compilation problem on Ubuntu 2011-07-14 12:50:07 +00:00
Andrey Kamaev
14bc6e3e6c Modified Android Samples 2011-07-14 12:47:07 +00:00
Andrey Kamaev
c52ab82bbf Minor Android samples fix 2011-07-14 10:48:48 +00:00
Andrey Kamaev
20ec29f22e Android samples are included into the Android package 2011-07-14 09:34:57 +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
Andrey Kamaev
4d8a261d99 Allowed spaces in path to OpenCV (tested only Android build) 2011-07-13 15:47:04 +00:00
Vadim Pisarevsky
386f147597 a few minor fixes in Python samples 2011-07-13 06:19:21 +00:00
Ana Huaman
f098d98908 Added moments_demo.cpp 2011-07-13 03:28:23 +00:00
Ana Huaman
bbba2a0608 Added pointPolygonTest_demo code for tutorials 2011-07-13 02:43:02 +00:00
Ana Huaman
9aa5e5b000 Added generalContours_demo2.cpp 2011-07-12 21:06:36 +00:00
Ana Huaman
c21b747733 Added hull_demo.cpp code for tutorials 2011-07-12 20:28:50 +00:00
Ana Huaman
edc1bd4c8c Added generalContours_demo1.cpp tutorial code 2011-07-12 19:51:23 +00:00
Ana Huaman
ea8e27961e Added sample code for tutorial findContours_demo.cpp 2011-07-12 18:40:51 +00:00
Andrey Kamaev
6623fe3b08 Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples. 2011-07-12 15:59:31 +00:00
Andrey Pavlenko
7ca50b2b3d org.opencv.utils renamed to org.opencv.android 2011-07-12 13:31:02 +00:00
Vadim Pisarevsky
569b1ad582 embeded cv Python module into cv2. 2011-07-12 12:56:03 +00:00
Ana Huaman
7386269943 Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs 2011-07-12 00:20:06 +00:00
Ana Huaman
442f6b4100 Added cornerSubPix_Demo.cpp tutorial sample code 2011-07-11 22:03:23 +00:00
Ana Huaman
6c9f4d6423 Added goodFeaturesToTrack_Demo.cpp code for tutorials 2011-07-11 21:08:35 +00:00
Ana Huaman
e2da35dc6e Added Harris corner detection sample tutorial 2011-07-11 19:59:17 +00:00
Alexander Mordvintsev
3511bf81de help message printing 2011-07-11 09:59:23 +00:00
Alexander Mordvintsev
c053532be1 sobel -> Sobel 2011-07-11 09:46:36 +00:00
Alexander Mordvintsev
0217ae3a70 faster detection and timing in facedetect.py 2011-07-11 09:21:27 +00:00
Alexander Mordvintsev
2a19db61e7 command line option for avi output in turing.py 2011-07-11 08:06:51 +00:00
Alexander Mordvintsev
c9d9d1ec92 lk_track.py window renamed 2011-07-11 07:47:56 +00:00
Alexander Mordvintsev
b175348d93 motempl.py sample works 2011-07-11 07:42:37 +00:00
Alexander Mordvintsev
b509cc2a4d contours.py sample added 2011-07-10 22:06:33 +00:00
Alexander Mordvintsev
514711af14 work on motempl.py sample 2011-07-10 21:23:32 +00:00
Bernat Gabor
4168b75edc Some tutorial extending of the Windows install and usage. Display Image retouching. 2011-07-08 19:43:29 +00:00
Alexander Mordvintsev
4151a4590e added lk_track.py sample (currently as a comparison between flow tracker implementations) 2011-07-08 14:58:22 +00:00
Alexander Mordvintsev
c3ef6e866f facedetect.py sample works 2011-07-07 22:33:36 +00:00
Alexander Mordvintsev
9af213bf60 work on facedetect sample 2011-07-07 16:14:49 +00:00
Alexander Mordvintsev
edf0b40d42 opt_flow.py demo 2011-07-07 07:55:49 +00:00
Alexander Mordvintsev
136d5b534a work on optical flow sample 2011-07-06 19:02:40 +00:00
Ana Huaman
9c8aafba27 Fixed small inconsistency in sample code calcBackProject_Demo2.cpp 2011-07-06 14:48:46 +00:00
Bernat Gabor
e18de3c6ab Added the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installation one. Some minor CSS changes to avoid unnecessary large spaces inside enumerations in the tutorials. 2011-07-06 00:01:27 +00:00
Ana Huaman
20dd7b70c0 Added tutorial for BackProject in cpp (demo 2) - tutorial code 2011-07-05 18:08:46 +00:00
Andrey Pavlenko
2cce7a87b8 Some of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, samples updated. 2011-07-05 14:50:16 +00:00
Ana Huaman
4f7a8f6fb0 Added calcBackProject_Demo1.cpp for tutorial sample code 2011-07-05 06:20:39 +00:00
Ana Huaman
cc2bfdec30 Added compareHist_demo.cpp code 2011-07-04 23:12:27 +00:00
Ana Huaman
4ae5de7f1e Added MatchTemplate_Demo.cpp to tutorial sample code 2011-07-04 18:58:57 +00:00
Alexander Mordvintsev
55ba0af2bc use addWeighted for blending 2011-07-04 14:13:57 +00:00
Alexander Mordvintsev
e9d63665b4 little simplification 2011-07-04 11:38:53 +00:00
Alexander Mordvintsev
15de28b069 turing.py sample added 2011-07-04 11:25:56 +00:00