INSTRUCTIONS: Use your own digital camera to capture an image pair, suitable for the blend algorithm, and run the algorithm on those images. Specifically, you need to: Capture 2 jpeg images with your camera (input1.jpg, input2.jpg). If you are trying to blend between two foreground objects (like the apple-tomato example of the slides) you may want to make sure that the contours of the objects align in both of your images. Use the two input images in the blend program (either your implementation or the fully-functional executable we supplied) to create 2 output images (mask.jpg and blend.jpg) place all 4 images in the directory Blend/partB CAUTION: you should name these images input1.jpg, input2.jpg, mask.jpg and blend.jpg. ------------------------------------------------------------------ Part B Question (you must answer the following question get any credit for Part B!!) ------------------------------------------------------------------ 1. Please explain if you consider your experiment successful (there are no visible seams in your blended image) or not. And if not, please explain what would you do to make it work.