Commit Graph

107 Commits

Author SHA1 Message Date
Kirill Kornyakov
f0bff1b64f minor fixes for the second Android tutorial 2012-07-03 15:10:40 +00:00
Andrey Pavlenko
4ac3eb04c4 updating pictures; removing redundant 'fix prj prop-s' step 2012-07-03 15:07:20 +00:00
Kirill Kornyakov
892a0e28ad minor fixes for the first Android tutorial 2012-07-03 14:13:05 +00:00
Kirill Kornyakov
960a03ca65 renamed google group to the OpenCV4Android instead of android-opencv 2012-07-03 13:16:22 +00:00
Andrey Kamaev
5615ec7c97 Fixed code block in android tutorial 2012-07-03 12:02:58 +00:00
Andrey Pavlenko
9c60412480 starting 2.4.2 O4A packages will be packed with ZIP instead of TAR.BZ2 2012-07-03 08:38:34 +00:00
Alexander Smorkalov
65b53f96d0 OpenCV 2.4.0 constant version removed. All docs and samples updated for 2.4.2. 2012-07-03 07:58:48 +00:00
Andrey Kamaev
de153f0154 Fixed several opencv version references 2012-07-02 15:40:18 +00:00
Andrey Kamaev
aa911275c3 Merged the trunk r8907, r8908 2012-07-02 14:12:34 +00:00
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
01570fa800 merged Android Manager and new java layout 2012-06-28 16:23:19 +00:00
Marina Kolpakova
6cca6a4548 merged the trunk r8669:8702 2012-06-28 15:41:27 +00:00
Andrey Kamaev
f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 2012-06-15 13:21:26 +00:00
Alexander Shishkov
37295d7b35 fixed #1833 2012-04-27 14:00:59 +00:00
Vadim Pisarevsky
563fc2d1e5 fixed typo in the installation guide (ticket #1844) 2012-04-24 13:01:47 +00:00
Alexander Shishkov
73aa0e66b9 minor changes in windows install tutorial 2012-04-13 13:01:43 +00:00
Andrey Kamaev
3d42ebb329 Fixed typo 2012-04-12 13:19:00 +00:00
Vadim Pisarevsky
5f33aecd30 changed 2.3 to 2.4 in some guides & tutorials (ticket #1794) 2012-04-12 12:48:58 +00:00
Vadim Pisarevsky
befa9b3109 fixed chi-square test, ticket #1263 2012-03-26 09:07:02 +00:00
Alexander Shishkov
5c23d52618 fixed documentation compilation errors after r7568 2012-03-21 09:48:34 +00:00
Alexander Shishkov
be63ce723f #1672
updated links in cheatsheet
renamed directory for Mat tutorial 
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
2012-03-11 14:35:46 +00:00
Alexander Shishkov
1494da339d fixed #1507 2012-03-05 11:08:59 +00:00
Alexander Shishkov
042a834d9d #fixed 1644 2012-03-02 18:24:46 +00:00
Alexander Shishkov
defbdcba77 fixed #1645 2012-03-02 18:06:15 +00:00
Alexander Shishkov
6ababe7055 fixed #1604 2012-02-17 06:58:02 +00:00
Vadim Pisarevsky
fef90e2270 fixed a few bugs in mat-mask-operations tutorial (thanks to Shiqi Yu) 2012-01-31 15:58:47 +00:00
Artem Myagkov
abdd342d50 modifed minimum required cmake version for ios 2011-08-31 18:42:44 +00:00
Artem Myagkov
8c6782300a modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 2011-08-23 11:19:58 +00:00
Ana Huaman
b3b036fd35 Added theory to a rst Tutorial in tracking motion (Harris corner) 2011-08-22 13:53:12 +00:00
Bernat Gabor
df49158863 Added the "Camera calibration With OpenCV" tutorial. Extended with a few global links the conf.py file. Corrected an error in the linux_install.rst and one in the cascade_classifier.rst file. 2011-08-22 12:15:31 +00:00
Bernat Gabor
0451779d2c Ticket #1240 resolved. 2011-08-19 10:12:33 +00:00
Bernat Gabor
157db88cbd Added the "How to write a tutorial for OpenCV?" tutorial. Made some corrections to the feature2D TOC tree. Small visual improvements for the video-write.rst file. Deleted a definition file that served no purpose. 2011-08-17 17:28:06 +00:00
Ana Huaman
4c289dc166 Slight update in objdetect...still to put Theory 2011-08-15 02:38:23 +00:00
Ana Huaman
eb77bbd626 Fixed more broken links from previous tutorials 2011-08-15 02:35:10 +00:00
Ana Huaman
41f5a9cab9 Fixed more broken links from previous tutorials 2011-08-15 02:29:03 +00:00
Ana Huaman
a0d73eadd3 Updated broken links of tutorials in core and fixed weird-looking bullets (error of mine) 2011-08-15 01:25:36 +00:00
Ana Huaman
8b0092eaf5 Commit rst tutorial for Cascade Classifiers 2011-08-15 00:49:59 +00:00
Bernat Gabor
fec995391f Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file. 2011-08-14 19:58:20 +00:00
Bernat Gabor
695311d709 Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake. 2011-08-14 15:05:56 +00:00
Bernat Gabor
bdfc0201de Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors. 2011-08-13 14:02:18 +00:00
Ana Huaman
6b88d7a898 Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst 2011-08-12 18:30:20 +00:00
Ana Huaman
f803fc259b Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp 2011-08-12 18:04:44 +00:00
Ana Huaman
480de445c7 Corrected a commit error -- Added the images for the detection tutorial 2011-08-12 17:06:25 +00:00
Ana Huaman
07754b6309 Added Features2D descriptor tutorial + drawMatches in rst 2011-08-12 17:01:10 +00:00
Ana Huaman
e6d308ca89 Added rst Tutorial for Feature Detection with SURF and drawKeypoints 2011-08-12 15:56:52 +00:00
Bernat Gabor
a0a46b0d70 Added a video input tutorial with PSNR and SSIM. 2011-08-11 09:34:03 +00:00
Andrey Kamaev
50d1d711de Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings 2011-08-10 09:45:17 +00:00
Andrey Kamaev
0a78cdf264 Updated Android tutorials 2011-08-09 09:56:16 +00:00
Bernat Gabor
a5f38806ab Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file. 2011-08-09 05:43:58 +00:00
Andrey Kamaev
2ec815be89 Updated android tutorial for native development 2011-08-08 13:26:23 +00:00