-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bounding Box tool for rectangular segmentation. #226
Conversation
Is there any tutorial on how to use this tool? |
I'm also curious how to enable this, I just started using the most recent version today, but can't figure out how to use the bounding box tool and if moving polygons with select is implemented. awesome tool and thanks so much for developing it! |
Moving a polygon is not implemented. You can move points of a polygon but not the entire ploygon. Are you using the |
@rbavery the polygon movement is not yet implemented, I'll work on that feature as well once I have time. One problem in implementing the moving for polygon, is the way the polygon and |
This tool allows to segment the images in the bounding box fashion, and some extra functionality, as mentioned in closes #164 .
There are a couple of assumptions:
[UpperLeft, UpperRight, BottomRight, BottomLeft]
, though opposing corners are always stored 2 indices apart. Such as ifUpperLeft
is at index 0 thenBottomRight
will be on index 2.This feature also adds some additional functionality to
SelectTool
such as: