Added tutorial for features2d using homography to find a planar object (Based on...
authorAna Huaman <no@email>
Fri, 12 Aug 2011 18:04:44 +0000 (18:04 +0000)
committerAna Huaman <no@email>
Fri, 12 Aug 2011 18:04:44 +0000 (18:04 +0000)
commitf803fc259b20da12f17317645d9a6e9b1af6bdba
tree244ea634686ff5b231968070e96e9d0f332a16ed
parentcff30dd2bbbaeb68ecf46804ad7d7c96ff767419
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
doc/conf.py
doc/tutorials/features2d/feature_homography/feature_homography.rst [new file with mode: 0644]
doc/tutorials/features2d/feature_homography/images/Feature_Homography_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/table_of_content_features2d/images/Feature_Description_Tutorial_Cover.jpg
doc/tutorials/features2d/table_of_content_features2d/images/Feature_Homography_Tutorial_Cover.jpg [new file with mode: 0644]
doc/tutorials/features2d/table_of_content_features2d/table_of_content_features2d.rst
samples/cpp/tutorial_code/features2D/SURF_Homography.cpp