Ask Your Question

h2398's profile - activity

2017-06-20 01:46:48 -0600 commented question is it possible to stitch two images using affine transformation ?

@thdrksdfthmn Because warping using perspective transform is stretching out the images after stitching multiple images (unlike in affine transform, I suppose), so we need to use affine transform in his case. So if I had the code for perspective transform could I be able to obtain all the information I need for an affine transform instead?