Add tutorial and codes for the homography tutorial.
authorcatree <catree.catreus@outlook.com>
Wed, 13 Dec 2017 20:41:40 +0000 (21:41 +0100)
committercatree <catree.catreus@outlook.com>
Thu, 14 Dec 2017 14:40:10 +0000 (15:40 +0100)
commitb417fb0939d095c214a08020ebcb3fdcf27a4983
treec4455a04a23af953cd922a09d0a55e30a8532802
parent7b701fee60cfeb5fc12f2b7dc55403e62fc70cda
Add tutorial and codes for the homography tutorial.
22 files changed:
doc/opencv.bib
doc/tutorials/features2d/homography/homography.markdown [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_camera_displacement.png [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_camera_displacement_compare.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_camera_displacement_poses.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_panorama_stitching.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_perspective_correction.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_perspective_correction_chessboard_matches.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_perspective_correction_chessboard_warp.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_pose.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_pose_chessboard_corners.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_pose_estimation.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_source_desired_images.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_transformation_example1.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_transformation_example2.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_transformation_example3.jpg [new file with mode: 0644]
doc/tutorials/features2d/table_of_content_features2d.markdown
samples/cpp/tutorial_code/features2D/Homography/left_intrinsics.yml [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/Homography/tutorial_homography_ex1_pose_from_homography.cpp [new file with mode: 0755]
samples/cpp/tutorial_code/features2D/Homography/tutorial_homography_ex2_perspective_correction.cpp [new file with mode: 0755]
samples/cpp/tutorial_code/features2D/Homography/tutorial_homography_ex3_homography_from_camera_displacement.cpp [new file with mode: 0755]
samples/cpp/tutorial_code/features2D/Homography/tutorial_homography_ex4_decompose_homography.cpp [new file with mode: 0755]