Uses of Class
org.anchoranalysis.overlay.writer.DrawOverlay
| Package | Description |
|---|---|
| org.anchoranalysis.overlay |
Overlays and related classes involving drawing entities on top
of an image. |
| org.anchoranalysis.overlay.collection |
Collections of
Overlays. |
| org.anchoranalysis.overlay.object |
An implementation of an
Overlay that draws an ObjectMask on an image. |
-
Uses of DrawOverlay in org.anchoranalysis.overlay
Methods in org.anchoranalysis.overlay with parameters of type DrawOverlay Modifier and Type Method Description abstract org.anchoranalysis.spatial.box.BoundingBoxOverlay. box(DrawOverlay overlayWriter, Dimensions dimensions)A bounding-box around the overlay. -
Uses of DrawOverlay in org.anchoranalysis.overlay.collection
Methods in org.anchoranalysis.overlay.collection with parameters of type DrawOverlay Modifier and Type Method Description ColoredOverlayCollectionColoredOverlayCollection. subsetWhereBoxIntersects(Dimensions scene, DrawOverlay drawOverlay, List<org.anchoranalysis.spatial.box.BoundingBox> toIntersectWith)Find overlays whose bounding-boxes intersect with any of the boxes intoIntersectWith. -
Uses of DrawOverlay in org.anchoranalysis.overlay.object
Methods in org.anchoranalysis.overlay.object with parameters of type DrawOverlay Modifier and Type Method Description org.anchoranalysis.spatial.box.BoundingBoxOverlayObjectMask. box(DrawOverlay overlayWriter, Dimensions dimensions)