Why warping images by Homography matrix,cut image?
I followed Panorama – Image Stitching in OpenCV to do same task on Android,by using openCV4Android
.My problem is in about warping image by founded homography matrix.I tested these images(those are from above linked reference):
image1:
image2:
Result of warping image1 by founded homography is:
You can see that result is good warped but first part of that(left side) is cut! So stitching result was:
And result of above referenced link page,is:
Why warping by homography cut that?Or may be I did some things wrong?
If you do not eliminate a part of the overlapping image regions than you will have double the amount of pixels which would create something very weird. Why do you think that no image woud be thrown away?
@StevenPuttemans Do you mean that my result is natural?But I want to create an App that stitches images,without cut any part of images.I expect to achieve the latest image.Excuse me,if I did not understand what you mean.