Description: Pinhole model for solving the homography
mian functions, test homography computation algorithm, program flow is as follows
1, read the two images.
2, 4 reads the corresponding points.
3, call CalcH function to calculate the H matrix.
4, in the first picture using the mouse to select it.
5, call WarpH function calculation in the second picture in the corresponding.
6 displays the results.
File list (Check if you may need any files):
PinholeModel\CalcH.m
............\main.m
............\obama1.jpg
............\obama2.jpg
............\WarpH.m
PinholeModel