luz.paz
|
32aba5e64b
|
FIx misc. source and comment typos
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
|
2019-08-14 13:33:49 -04:00 |
|
Alexander Alekhin
|
45dd575ed2
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
Revert "documentation: avoid links to 'master' branch from 3.4 maintenance branch"
This reverts commit 9ba9358ecb .
Revert "documentation: avoid links to 'master' branch from 3.4 maintenance branch (2)"
This reverts commit f185802489 .
|
2018-06-04 19:26:10 +03:00 |
|
Alexander Alekhin
|
9ba9358ecb
|
documentation: avoid links to 'master' branch from 3.4 maintenance branch
|
2018-05-31 16:45:18 +03:00 |
|
catree
|
ade21f142e
|
Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
|
2018-05-29 10:35:57 +02:00 |
|
luz.paz
|
d47b1f3b70
|
Misc. ./apps ./doc ./platoforms typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
|
2018-02-08 13:04:34 -05:00 |
|
berak
|
3fe69f4e67
|
small fixes for features2d tutorials
|
2015-05-10 13:44:49 +02:00 |
|
berak
|
b7f2a4da69
|
fix features2d tutorials
|
2015-03-05 10:26:45 +01:00 |
|
Maksim Shabunin
|
d01bedbc61
|
Removed Sphinx documentation files
|
2014-12-26 19:12:19 +03:00 |
|
Maksim Shabunin
|
36a04ef8de
|
Doxygen tutorials: cpp done
|
2014-12-01 16:05:38 +03:00 |
|
Maksim Shabunin
|
c5536534d8
|
Doxygen tutorials: warnings cleared
|
2014-12-01 16:05:38 +03:00 |
|
Maksim Shabunin
|
8375182e34
|
Doxygen tutorials: basic structure
|
2014-12-01 16:05:37 +03:00 |
|
Maksim Shabunin
|
220f671655
|
Doxygen tutorials: some fixes in RST-docs
|
2014-12-01 16:05:37 +03:00 |
|
Vadim Pisarevsky
|
31df47b6ea
|
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
|
2014-08-11 23:26:39 +04:00 |
|
Roman Donchenko
|
f7f194e5dd
|
Merge pull request #1797 from moodoki:bugfix_3344
|
2013-12-02 17:53:34 +04:00 |
|
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
2013-11-25 10:53:03 +01:00 |
|
moodoki
|
cebf109d39
|
Replaced code in .rst file with literalinclude as suggested
|
2013-11-15 00:27:07 +08:00 |
|
moodoki
|
b8de81749c
|
Slight modification to example code for FLANN matcher with comment on #3344
|
2013-11-14 00:22:20 +08:00 |
|
StevenPuttemans
|
89012e8f6b
|
Missing including of nonfree module to support the use of SURF
detector/descriptor.
|
2013-08-13 14:23:24 +02: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 |
|
Andrey Kamaev
|
639bbec44a
|
svn repository web references are replaced with links to git
|
2012-08-24 15:59:43 +04: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 |
|
Ana Huaman
|
6b88d7a898
|
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
|
2011-08-12 18:30:20 +00:00 |
|