You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced a new section in project-3/proj3.html describing the process of creating a panoramic mosaic from three images. Added centerright.png and mosaic.png to illustrate the stitching results. Also added two new screenshots to project-4/images.
<p>We can first compute the homography of the right image and warp & stitch it with the center image. Once this is done, we will compute the pixel offests of the stitched center-right image with the original center image, so that the center image pixels matches with the center image the homography of the left and center image is computed with.</p>
<p>Because we have already warped the left image, we can simply stitch it with the stitched center-right image, creating the following 3-image mosaic:</p>
0 commit comments