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

Create Unit Tests for Bounding Box Visualization #30

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

Create Unit Tests for Bounding Box Visualization #30

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

Comments

@Blindspot22
Copy link
Owner

Description:

  • Develop unit tests to validate the bounding box visualization functionality, ensuring it performs accurately and efficiently.

Implementation Steps:

  • Set up a testing framework in the Rust project using cargo test.
  • Write unit tests to verify that bounding boxes are correctly calculated for a variety of contours, including edge cases like very small or irregularly shaped contours.
  • Write unit tests to ensure that bounding boxes are drawn correctly on the original frame, maintaining accurate positions and sizes across different frames.
  • Write unit tests to validate the color-coding system, ensuring that it assigns and maintains unique colors for different objects.
  • Run all tests to confirm that the bounding box visualization is functioning as expected, documenting any issues and refining the implementation as needed.
@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