George Andrew Brindeiro
|
192ca711ef
|
Added nonfree headers that are required for using SURF features
|
2013-09-24 12:59:37 -03:00 |
|
Alexander Smorkalov
|
36e7697d1b
|
Merge pull request #1351 from barisdemiroz:eclipse-java-tutorial
|
2013-09-24 14:44:33 +04:00 |
|
StevenPuttemans
|
199aa80915
|
Added typo in docs of tutorial
|
2013-09-13 15:01:18 +02:00 |
|
Alexander Smorkalov
|
40212e1eb9
|
Link to Hough Circle Transform sample fixed in tutorial.
|
2013-09-09 13:53:49 +04:00 |
|
Nghia Ho
|
81a6ae791b
|
changed int -> size_t when accessing std::vector
|
2013-08-31 23:35:03 +10:00 |
|
Roman Donchenko
|
7e4c0ac4d6
|
Merge pull request #1371 from HapeMask:fix-png-warnings
|
2013-08-30 17:56:06 +04:00 |
|
Gabe Schwartz
|
e2441e0034
|
Removed incorrect iCCP chunks from GUI resources.
Also removed malformed tEXt chunk from a logo PNG.
|
2013-08-30 09:49:24 -04:00 |
|
Zac Stewart
|
8049296cda
|
Correct name of eye function
|
2013-08-30 06:34:47 -04:00 |
|
Zac Stewart
|
f36a9f745f
|
Remove extraneous colon before ':basicstructures:'
|
2013-08-30 06:34:23 -04:00 |
|
Baris Evrim Demiroz
|
9a560a5a8d
|
Added a new tutorial "Using OpenCV Java with Eclipse". Removed information related to Eclipse from "Desktop Java" tutorial.
|
2013-08-27 22:42:03 +03:00 |
|
Roman Donchenko
|
3c137f7a04
|
Converted tabs to spaces.
|
2013-08-21 18:59:26 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
Roman Donchenko
|
e3d508902e
|
Merge pull request #1262 from StevenPuttemans:fix_surf_tutorial
|
2013-08-14 12:08:59 +04:00 |
|
Roman Donchenko
|
ceacd75ab1
|
Merge pull request #1245 from rdm12:doc_tutorial_camera_calibration
|
2013-08-14 12:07:25 +04:00 |
|
StevenPuttemans
|
89012e8f6b
|
Missing including of nonfree module to support the use of SURF
detector/descriptor.
|
2013-08-13 14:23:24 +02:00 |
|
Roman Donchenko
|
d302222d82
|
Don't put \r into OPENCV_REFMAN_TOC.
There's no need, since configure_file writes its output using native
line endings, anyway.
|
2013-08-12 19:04:18 +04:00 |
|
Dmitry Retinskiy
|
2765f3f7ad
|
Minor language corrections in the tutorial document
|
2013-08-09 10:32:34 +04:00 |
|
Roman Donchenko
|
48e31fd202
|
Merge pull request #1168 from StevenPuttemans:feature_2753
|
2013-07-23 11:54:40 +04:00 |
|
StevenPuttemans
|
7968789544
|
Made change to install in windows guide, showing only difference between VS2010 and VS2012
|
2013-07-22 15:16:22 +02:00 |
|
StevenPuttemans
|
a58860d35a
|
Removed Note, added other fix (libs to lib)
|
2013-07-17 15:02:55 +02:00 |
|
StevenPuttemans
|
d42b283abf
|
Changed tutorial for installing openCV under VS2010 like bug 3157 suggested
|
2013-07-17 13:38:45 +02:00 |
|
Alexander Smorkalov
|
e905c81ccc
|
OpenCV Manager version++.
|
2013-07-05 12:07:04 +04:00 |
|
Kirill Kornyakov
|
aef347e7b3
|
Removed references to opencv.itseez.com
|
2013-06-28 12:48:12 +04:00 |
|
Kirill Kornyakov
|
0339dd51f1
|
Removed all references to trunk
|
2013-06-28 12:38:44 +04:00 |
|
Kirill Kornyakov
|
f065c46fbe
|
Completely get rid of opencv_group
|
2013-06-28 12:15:14 +04:00 |
|
Kirill Kornyakov
|
a78ebc1175
|
Updated a couple of more links
|
2013-06-28 12:12:53 +04:00 |
|
Kirill Kornyakov
|
2cacad9470
|
updated email address
|
2013-06-28 11:53:39 +04:00 |
|
Kirill Kornyakov
|
2980a88570
|
Mentioned 2.4 and master branches
|
2013-06-28 11:51:40 +04:00 |
|
Kirill Kornyakov
|
e447d87496
|
Added link to contribution process, updated formatting
|
2013-06-28 11:44:10 +04:00 |
|
Alexander Shishkov
|
a8db327574
|
changed contacts in tutorual
|
2013-06-28 11:44:09 +04:00 |
|
Alexander Smorkalov
|
e241c14b94
|
OpenCV Library and Manager version incremented.
OpenCV Version 2.4.6;
OpenCV Manager Version 2.8;
Doc fixes.
|
2013-06-27 12:05:25 +04:00 |
|
Roman Donchenko
|
e6784ca8a0
|
Merge pull request #1021 from alekcac:platforms
|
2013-06-25 11:32:52 +04:00 |
|
Alexander Shishkov
|
68741bf8a0
|
moved iOS part to platforms folder
|
2013-06-19 00:20:21 +04:00 |
|
Alexander Shishkov
|
93200922fd
|
Fix bug with indices
|
2013-06-14 13:12:35 +04:00 |
|
Sergei Nosov
|
982ef83f80
|
Fixes bug #3071.
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
|
2013-06-13 11:51:45 +04:00 |
|
Alexander Smorkalov
|
20fef00a77
|
android -> plarforms/android
|
2013-05-27 11:10:38 +04:00 |
|
Roman Donchenko
|
57d4c86b2b
|
Fixed the shebang lines on the Python scripts.
Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
|
2013-04-11 18:37:23 +04:00 |
|
Andrey Kamaev
|
5163986e7d
|
Merge pull request #772 from gpsinghsandhu:featureDescriptionTutorials
|
2013-04-05 11:46:06 +04:00 |
|
Gurpinder Singh Sandhu
|
87b84a4197
|
another update
|
2013-04-04 23:13:03 +05:30 |
|
Gurpinder Singh Sandhu
|
d51d05fc44
|
Feature description tutorials made in sync with sample code
sample code : https://github.com/Itseez/opencv/blob/master/samples/cpp/tutorial_code/features2D/SURF_descriptor.cpp
Bug #2888
|
2013-04-04 23:12:18 +05:30 |
|
Andrey Kamaev
|
80fed87d53
|
Merge pull request #760 from alekcac:2.4
|
2013-04-04 18:44:35 +04:00 |
|
Alexander Smorkalov
|
1e332d690f
|
OpenCV verison incremented
OpenCV Manager verison incremeneted;
Docs and tests updated accordingly;
COnstant for Manager initialization added.
|
2013-04-04 15:50:36 +04:00 |
|
Alexander Shishkov
|
382695ba5a
|
removed links to the http://opencv.willowgarage.com/
|
2013-04-04 13:44:28 +04:00 |
|
Vadim Pisarevsky
|
2be7d9b4d5
|
added tutorial by Wolf Kienzle on using "image watch" plugin for ms visual studio
|
2013-03-24 23:48:35 +04:00 |
|
Andrey Pavlenko
|
de3767df0a
|
minor formatting
|
2013-03-06 12:59:38 +04:00 |
|
Andrey Pavlenko
|
aaefd31844
|
more formatting
|
2013-03-05 19:03:36 +04:00 |
|
Andrey Pavlenko
|
23fb570cbd
|
updating JNI lib location for Unix; formatting update
|
2013-03-05 18:42:14 +04:00 |
|
cuda-geek
|
a706de2446
|
Merge pull request #601 from apavlenko:android_tutorial_update
|
2013-03-01 16:09:25 +04:00 |
|
Andrey Pavlenko
|
07b1ccdeb0
|
removing redundant picture resize
|
2013-03-01 13:56:50 +04:00 |
|