项目作者: Kallaf
项目描述 :
In this project, we have implemented an image stitcher that uses image warping and homo-graphies to automatically create an image mosaic. We have focused on the case where we have two input images that should form the mosaic, where we warp one image into the plane of the second image and display the combined views. This problem gives some practice manipulating homogeneous coordinates, computing homography matrices, and performing image warps. For simplicity, we specifies corresponding pairs of points manually using mouse clicks.
高级语言: Python
项目地址: git://github.com/Kallaf/Image-Mosaics.git