Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 468 Bytes

cv_panorama

Alignment and Panoramas

Read in the images, say input1.jpg, input2.jpg, input3.jpg -> Apply cylindrical wrapping if needed -> Calculate the transformation (homography for projective; affine for cylindrical) between each -> Transform input2 and input3 to the plane of input1, and produce output.png -

There is also some perspective warping done with laplacian blending, but that isn't working correctly.However, it can be used as base code by somebody.