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

Add documentation for draw_boxes and draw_tracked_boxes #101

Merged
merged 2 commits into from Apr 8, 2022
Merged

Conversation

aguscas
Copy link
Collaborator

@aguscas aguscas commented Mar 30, 2022

No description provided.

Copy link
Collaborator

@joaqo joaqo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Just a small typo to fix.

docs/README.md Outdated
- `frame`: The OpenCV frame to draw on.
- `detections`: List of [`Detection`](#detection)s to be drawn.
- `line_color (optional)`: [`Color`](#color) of the boxes representing the detections.
- `line_width (optional)`: Width of the lines consituting the sides of the boxes representing the detections.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo consituting -> constituting

docs/README.md Outdated
- `frame`: The OpenCV frame to draw on.
- `objects`: List of [`TrackedObject`](#trackedobject)s to be drawn.
- `border_colors (optional)`: [`Color`](#color) of the boxes representing the tracked objects.
- `border_width (optional)`: Width of the lines consituting the sides of the boxes representing the tracked objects.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again

@joaqo joaqo merged commit dfd4f0d into master Apr 8, 2022
@joaqo joaqo deleted the draw-box-doc branch April 8, 2022 17:14
javiber pushed a commit that referenced this pull request Sep 13, 2022
Add documentation for draw_boxes and draw_tracked_boxes
javiber pushed a commit that referenced this pull request Sep 13, 2022
Add documentation for draw_boxes and draw_tracked_boxes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants