the goal of this question is to create a program


The goal of this question is to create a program that takes as input two images that are related by a homography, and which "warps" the second image (piscine2.bmp) to align with the first image (piscine1.bmp). Both of these images are on the course web site. The output image that is created should have the original first image, along with the warped version of the second image. I have made the first image big enough to hold both the original first image along with the warped version of the second image. Your program needs to find some features in the two images, match these features to compute a homography, and use this homography to help create the final image which is a combination of the two input images. The simplest way to accomplish this is to use the code from the program findmatch.cpp in the C Samples directory (which you can find in the Windows OpenCV program menu) and modify it as necessary. Send me your source code and the final output image that you create which combines the two input images. In the area of overlap between the two images we have a choice of using pixels from the first image, or the second image. Describe some reasonable strategy for using pixels from both images to create a perceptually pleasing blend (you do not have to implement this strategy, just give a short description).

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: the goal of this question is to create a program
Reference No:- TGS0212114

Expected delivery within 24 Hours