1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp

This commit is contained in:
Ana Huaman
2011-08-12 18:04:44 +00:00
parent cff30dd2bb
commit f803fc259b
7 changed files with 178 additions and 35 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

@@ -140,7 +140,7 @@ Learn about how to use the feature points detectors, descriptors and matching f
===================== ==============================================
.. |FeatureFlann| image:: images/Feature_Detection_Tutorial_Cover.jpg
.. |FeatureFlann| image:: images/Feature_Flann_Matcher_Tutorial_Cover.jpg
:height: 90pt
:width: 90pt
@@ -155,11 +155,11 @@ Learn about how to use the feature points detectors, descriptors and matching f
*Author:* |Author_AnaH|
In this tutorial, you will use *features2d* to detect interest points.
In this tutorial, you will use *features2d* and *calib3d* to detect an object in a scene.
===================== ==============================================
.. |FeatureHomo| image:: images/Feature_Detection_Tutorial_Cover.jpg
.. |FeatureHomo| image:: images/Feature_Homography_Tutorial_Cover.jpg
:height: 90pt
:width: 90pt