| AbstractAnnotator |
Ancestor for annotation handlers.
|
| AbstractPointAnnotator |
Ancestor for point annotators.
|
| AbstractRectangleBasedAnnotator |
Annotators that use a rectangle based approach.
|
| AbstractReportBasedAnnotator |
Ancestor for annotators that use reports to store the annotations in.
|
| BoundingBoxAnnotator |
For annotating objects with bounding boxes.
|
| ClassificationLabelAnnotator |
Simply sets the chosen label in the report.
|
| NullAnnotator |
Dummy, offers no annotation support.
|
| PolygonAnnotator |
For annotating object shapes with polygons boxes.
|
| PolygonPointAnnotator |
For annotating polygons by left-clicking on each vertex.
|
| SimplePointAnnotator |
For annotating single points.
|