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

Draw Bounding Boxes on the Original Frame #27

Open
Blindspot22 opened this issue Aug 13, 2024 · 0 comments
Open

Draw Bounding Boxes on the Original Frame #27

Blindspot22 opened this issue Aug 13, 2024 · 0 comments
Labels
ticket issues

Comments

@Blindspot22
Copy link
Owner

Description:

  • Implement functionality to overlay the calculated bounding boxes onto the original video frame for visual representation.

Implementation Steps:

  • Import the necessary OpenCV functions for drawing, particularly rectangle.
  • Iterate over the list of bounding boxes and use the rectangle function to draw each one on the original frame.
  • Choose appropriate colors, thickness, and styles for the bounding boxes to ensure they are clearly visible.
  • Ensure that the drawing process is integrated into the main video processing loop, so the boxes update in real-time.
  • Test the drawing functionality by running the module and verifying that the bounding boxes appear correctly around the moving objects in each frame.
@Blindspot22 Blindspot22 added the ticket issues label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ticket issues
Projects
Status: Ready
Development

No branches or pull requests

1 participant