Uses of Class
adams.gui.visualization.object.annotator.AbstractAnnotator
-
Packages that use AbstractAnnotator Package Description adams.flow.transformer adams.gui.visualization.object adams.gui.visualization.object.annotator adams.gui.visualization.object.tools -
-
Uses of AbstractAnnotator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractAnnotator Modifier and Type Field Description protected AbstractAnnotator
ImageObjectAnnotator. m_Annotator
the annotator to use.Methods in adams.flow.transformer that return AbstractAnnotator Modifier and Type Method Description AbstractAnnotator
ImageObjectAnnotator. getAnnotator()
Returns the annotator in use.Methods in adams.flow.transformer with parameters of type AbstractAnnotator Modifier and Type Method Description void
ImageObjectAnnotator. setAnnotator(AbstractAnnotator value)
Sets the annotator to use. -
Uses of AbstractAnnotator in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as AbstractAnnotator Modifier and Type Field Description protected AbstractAnnotator
ObjectAnnotationPanel. m_Annotator
the annotator.Methods in adams.gui.visualization.object that return AbstractAnnotator Modifier and Type Method Description AbstractAnnotator
ObjectAnnotationPanel. getAnnotator()
Returns the current annotator.Methods in adams.gui.visualization.object with parameters of type AbstractAnnotator Modifier and Type Method Description void
ObjectAnnotationPanel. setAnnotator(AbstractAnnotator value)
Sets and installs the annotator. -
Uses of AbstractAnnotator in adams.gui.visualization.object.annotator
Subclasses of AbstractAnnotator in adams.gui.visualization.object.annotator Modifier and Type Class Description class
AbstractPointAnnotator
Ancestor for point annotators.class
AbstractRectangleBasedAnnotator
Annotators that use a rectangle based approach.class
AbstractReportBasedAnnotator
Ancestor for annotators that use reports to store the annotations in.class
BoundingBoxAnnotator
For annotating objects with bounding boxes.class
ClassificationLabelAnnotator
Simply sets the chosen label in the report.class
NullAnnotator
Dummy, offers no annotation support.class
PolygonAnnotator
For annotating object shapes with polygons boxes.class
PolygonPointAnnotator
For annotating polygons by left-clicking on each vertex.class
SimplePointAnnotator
For annotating single points. -
Uses of AbstractAnnotator in adams.gui.visualization.object.tools
Fields in adams.gui.visualization.object.tools declared as AbstractAnnotator Modifier and Type Field Description protected AbstractAnnotator
Annotator. m_Annotator
the annotator to use.Methods in adams.gui.visualization.object.tools that return AbstractAnnotator Modifier and Type Method Description AbstractAnnotator
Annotator. getAnnotator()
Returns the annotator in use.Methods in adams.gui.visualization.object.tools with parameters of type AbstractAnnotator Modifier and Type Method Description void
Annotator. setAnnotator(AbstractAnnotator value)
Sets the annotator to use.
-