Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ§‘β€πŸ’»: Adding additional project under Image Processing Topic #871

Open
1 of 2 tasks
Dharun235 opened this issue Oct 27, 2024 · 2 comments
Open
1 of 2 tasks
Assignees
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Assigned Indicates an issue has been assigned to a contributor.

Comments

@Dharun235
Copy link

Title

Adding more projects under Image Processing Topic

Enhancement Aim

Aim is to add more projects to make the user understand different aspects of Image processing like feature detection and matching. More ideas and projects will be done in another PR and issues. This project is my own project and I would like you to give it maximum credit.

Changes

Project Idea: Real-Time Feature Detection and Matching

Description:
Develop a system that performs real-time feature detection and matching on a video feed to identify specific objects in scenes, track them, and log their appearance in the frame. This project focuses on detecting unique objects using feature points and tracking them continuously as they move across the camera view.

Key Tasks:

  • Implement feature detection using algorithms like ORB, SIFT, or SURF.
  • Set up feature matching with techniques like Brute Force Matcher or FLANN.
  • Build a pipeline for real-time video processing with OpenCV to capture frames, detect features, match them, and display results.
  • Integrate visual output showing matched points and a bounding box around detected objects.

Tools:

  • OpenCV for computer vision functions.
  • Python for implementation.

Expected Outcome:
A live video feed displays feature matches in real-time, showing objects being detected and tracked based on keypoints. This can serve as a foundation for object tracking systems or automated scene analysis.

Screenshots πŸ“·

No response

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Full Name

Dharunkumar

Participant Role

Contributor

Copy link

πŸ™Œ Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@Dharun235
Copy link
Author

I would like to take this task

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned Indicates an issue has been assigned to a contributor. level1 gssoc-ext hacktoberfest labels Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Assigned Indicates an issue has been assigned to a contributor.
Projects
None yet
Development

No branches or pull requests

2 participants