Pyramid Blending: Write a program that takes an input two color images and a binary mask image and produces the Laplacian pyramid blend of the two images. · Construct the Laplacian pyramid for each...

1 answer below »

Pyramid Blending: Write a program that takes an input two color images and a binary mask image and produces the Laplacian pyramid blend of the two images.


· Construct the Laplacian pyramid for each image. 

· Construct the Gaussian pyramid for the two mask images (the input image and its complement)

· Multiply each Laplacian image by its corresponding mask and sum the images 

· Reconstruct the final image from the Blended Laplacian pyramid. 


For this project, and all other projects for the rest of the semester, you must do a project report in HTML. We provide you with a placeholder .html document, which you can edit. In the report you will describe your algorithm and any decisions you made to write your algorithm a particular way. Then you will show and discuss the results of your algorithm. In the case of this project, show the results of your blending algorithm and show the good and bad examples. Just edit the .html file and keep the folder structure when you submit your code. The folder you hand in must contain the following:


· README - text file containing anything about the project that you want to tell


· code/ - directory containing all your code for this assignment


· html/ - directory containing all your html report for this assignment (including images). Only this folder will be published to the course web page, so your webpage cannot contain pointers to images in other folders of your hand-in.


· html/index.html - home page for your results


· Zip the folder and submit

Answered 3 days AfterNov 11, 2021

Answer To: Pyramid Blending: Write a program that takes an input two color images and a binary mask image and...

Swapnil answered on Nov 15 2021
117 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Submit New Assignment

Copy and Paste Your Assignment Here