[go: nahoru, domu]

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 TriangleAnnotator to annotators #652

Merged
merged 11 commits into from
Dec 6, 2023
Merged

Conversation

SkalskiP
Copy link
Collaborator
@SkalskiP SkalskiP commented Dec 6, 2023

Description

Added the ability to draw triangle markers on an image based on the provided detections with the TriangleAnnotator class. This is useful when needing to specifically mark or highlight certain areas of an image. The user can now specify both the color of the annotation and the metrics of the triangle such as base and height, as well as its position.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Docs

  • Docs updated? What were the changes:

Added the ability to draw triangle markers on an image based on the provided detections with the TriangleAnnotator class. This is useful when needing to specifically mark or highlight certain areas of an image. The user can now specify both the color of the annotation and the metrics of the triangle such as base and height, as well as its position.
@SkalskiP SkalskiP self-assigned this Dec 6, 2023
@SkalskiP SkalskiP added enhancement New feature or request api:annotator Annotators labels Dec 6, 2023
@SkalskiP SkalskiP linked an issue Dec 6, 2023 that may be closed by this pull request
@SkalskiP SkalskiP merged commit ba79dba into develop Dec 6, 2023
7 checks passed
@SkalskiP SkalskiP deleted the feature/add_triangle_annotator branch January 2, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:annotator Annotators enhancement New feature or request
Projects
Status: Current Release: Done
Development

Successfully merging this pull request may close these issues.

Create sv.TriangleMarkerAnnotator
1 participant