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 an option to set the ROI of an algorithm to an annotation #137

Open
manthey opened this issue Apr 21, 2022 · 1 comment
Open

Add an option to set the ROI of an algorithm to an annotation #137

manthey opened this issue Apr 21, 2022 · 1 comment

Comments

@manthey
Copy link
Contributor

manthey commented Apr 21, 2022

Also, create an annotation from an ROI.

This would work by default only with rectangles and polygons. A more sophisticated process would set the ROI from image annotations based on their size or mask, convert ellipses to polygons, etc.

@manthey
Copy link
Contributor Author

manthey commented May 30, 2024

We could do this as an entry in the annotation element context menu. IF there is a region option in a CLI panel, then the element context menu could have a "Set ROI". Ideally, this would use the most complex allowed ROI based on the selection (e.g, handle multiple polygons, rectangles, points if allowed).

The inverse is a bit trickier, since there would need to be a way to pick from the region menu to add element(s) to the current annotation, which would require knowing if there was a current annotation. That could be a different issue and PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant