StevenPuttemans
|
2b106db02f
|
Applied all fixes related to translating C to C++ code
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
|
11 years ago |
moodoki
|
b8de81749c
|
Slight modification to example code for FLANN matcher with comment on #3344
|
11 years ago |
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.
|
12 years ago |
Andrey Kamaev
|
b131dfeecd
|
Build tutorial codes together with other samples
These codes should be included into regular builds.
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Abhinav Gupta
|
c0638aa2e0
|
Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp
Changes made for OpenCV 2.4.2 compatibility
|
12 years ago |
Ana Huaman
|
6b88d7a898
|
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
|
13 years ago |
Ana Huaman
|
f803fc259b
|
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
|
13 years ago |
Ana Huaman
|
ea971df8bf
|
Added SURF_Homography sample codee
|
13 years ago |
Ana Huaman
|
9fba5e8d8c
|
Added code for SURF using FLANN Matcher and drawMatches options
|
13 years ago |
Ana Huaman
|
04ebef1be2
|
Added two sample code for features 2D - SURF descriptor and detector
|
13 years ago |