Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
45 stars 125 forks source link

πŸ’‘[Feature]: Image Stitching using OpenCV library #501

Closed Aryan-Chharia closed 23 hours ago

Aryan-Chharia commented 3 days ago

Is there an existing issue for this?

Feature Description

Stitch two or more images with overlapping regions into a single panorama by identifying and matching common feature points. Load the images and identify key points in each. Match these features across the images, align them, and blend them together. Finally, crop out any unwanted black regions to obtain a clean, stitched image.

Use Case

ADAS (Advanced Driver Assistance System) aids the driver with a 360-degree real-time video of the vehicle's surroundings, captured by cameras installed on the car. In this system, frames from the video feed are extracted, processed, and stitched together to create a single, seamless 360-degree view. This application of image stitching is common in the automobile industry.

Benefits

This feature is part of the broader field of computer vision, which leverages machine learning to process and enhance images. Including this feature in the project would be valuable as it educates the community about the image stitching process, a technique widely used in the industry today.

Add ScreenShots

image

Priority

High

Record

github-actions[bot] commented 3 days ago

Thank you for creating this issue! πŸŽ‰ We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions reach out to LinkedIn. Your contributions are highly appreciated! 😊

Note: This repo is for beginners to learn and start with Opensource we won't accept more than 10 issues from a single person, This restriction applies to Gssoc project which has a similar kind of adding folder files, Points will be reduced when we find Spam.

I Maintain the repo issue twice a day, or ideally 1 day, If your issue goes stale for more than one day you can tag and comment on this same issue.

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

github-actions[bot] commented 23 hours ago

Hello @Aryan-Chharia! Your issue #501 has been closed. Thank you for your contribution!