Uses of Class
adams.flow.transformer.draw.AbstractDrawObjectsFromReport
-
Packages that use AbstractDrawObjectsFromReport Package Description adams.flow.transformer.draw -
-
Uses of AbstractDrawObjectsFromReport in adams.flow.transformer.draw
Subclasses of AbstractDrawObjectsFromReport in adams.flow.transformer.draw Modifier and Type Class Description class
ObjectCentersFromReport
Displays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.class
ObjectLocationsFromReport
Displays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
-