panaromic image generation using warpPerspective and homography stiching using python

17vrdnyk - Jul 29 - - Dev Community

https://stackoverflow.com/q/78805201/26551187
0

I'm not getting proper panoramic image and the image quality degrades as images get stiched. im expecting a proper 360 image without loosing quality with proper stitching. and when i use web cam images. it should get stitched images without mismatch. im working on method to match the images in FCFS or best match. create and add a function that input image and that image1 and image2 and using homography_stitching and warpPerspective() combine this picture and after combining two images that will create a black area but you have to remove it by using this code and save that new image as in one folder . after that take image3 and newly saved image , combine them and save the newly generated image in one folder . make this process go on until all images are loaded and so on

.