object dedection by colour
Pull Request for PyVerse 💡
Requesting to submit a pull request to the PyVerse repository.
Issue Title
object detection using colour
- [X] I have provided the issue title.
Info about the Related Issue
You could use this color detection method to track a colored object (e.g., a blue ball) in real-time by selecting the appropriate HSV range via the trackbars.
- [X] I have described the aim of the project.
Name
Akash R
- [X] I have provided my name.
GitHub ID
@akashlogics
- [X] I have provided my GitHub ID.
Email ID
- [X] I have provided my email ID.
Identify Yourself
GSsoc24-extd and hacktoberfest
- [X] I have mentioned my participant role.
Closes
*Closes: #479
- [X] I have provided the issue number.
Describe the Add-ons or Changes You've Made
The code snippet sets up a basic color detection system using OpenCV's Trackbars to dynamically adjust the HSV (Hue, Saturation, and Value) values for detecting a specific color in real-time from a webcam feed.
- [X] I have described my changes.
Type of Change
Select the type of change:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Code style update (formatting, local variables)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
output file attached
- [X] I have described my testing process.
Checklist
Please confirm the following:
- [X] My code follows the guidelines of this project.
- [X] I have performed a self-review of my own code.
- [X] I have commented my code, particularly wherever it was hard to understand.
- [X] I have made corresponding changes to the documentation.
- [X] My changes generate no new warnings.
- [X] I have added things that prove my fix is effective or that my feature works.
- [X] Any dependent changes have been merged and published in downstream modules.
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!
Feel free to join our community on Discord to discuss more!
@UTSAVS26 completed