prathimacode-hub / Awesome_Python_Scripts

🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
https://prathimacode-hub.github.io/Awesome_Python_Scripts/
Mozilla Public License 2.0
362 stars 255 forks source link

Image Stitching Using Opencv #414

Closed sherin527 closed 3 years ago

sherin527 commented 3 years ago

`--- Title: Image Stitching About: I want to implement Image stitching one of the Image processing techniques wherein the input images will be stitched together and will give an output as a single image. Name: Sherin Shibu Label: Image Processing Script. Assignee: ''


Define You:

Describe the solution you'd like... I want to implement the Image stitching technique in which there will be two images that will be given as input and the output will be the one single image after the image stitching operation. I will be using OpenCV to implement this.

@prathimacode-hub ma'am, please assign me this issue. `

Debashish-hub commented 3 years ago

Is it similar to collage maker as in #128 @sherin527

sherin527 commented 3 years ago

@Debashish-hub,It basically implements a feature-based automatic image stitching algorithm wherein we input two images with overlapped fields, we expect to obtain a wide seamless panorama. This includes steps such as: 1.Feature extraction using SIFT descriptor of opencv 2.Matching correspondences between images 3.Compute Homography 4.Warping & Stitching

prathimacode-hub commented 3 years ago

Ok, it merges perfectly and doesn't look like collage using the techniques you had enforced right? @sherin527

sherin527 commented 3 years ago

yes @prathimacode-hub ma'am

prathimacode-hub commented 3 years ago

Ok, this issue is assigned to you. @sherin527

sherin527 commented 3 years ago

Thank you ma'am