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:
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 images in referenced link page,is:
Why warping by homography cut that?Or may be I did some things wrong?