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

Display Object Information Within Bounding Boxes #29

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

Display Object Information Within Bounding Boxes #29

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

Comments

@Blindspot22
Copy link
Owner

Description:

  • Enhance the bounding box visualization by displaying additional information (e.g., object ID, size) within or near the bounding boxes.

Implementation Steps:

  • Decide on the information to be displayed within the bounding boxes, such as object ID, position, or area.
  • Import the necessary OpenCV functions for text rendering, particularly putText.
  • Implement logic to calculate the position for the text to be displayed within or near the bounding box without obstructing the visualization.
  • Ensure the text is clearly readable by choosing an appropriate font size, color, and background.
  • Test the display functionality by running the module and verifying that the information appears correctly for each object in real-time.
@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