Uses of Class
org.anchoranalysis.overlay.collection.ColoredOverlayCollection
| Package | Description |
|---|---|
| org.anchoranalysis.overlay.collection |
Collections of
Overlays. |
| org.anchoranalysis.overlay.writer |
Drawing an overlay on an image.
|
-
Uses of ColoredOverlayCollection in org.anchoranalysis.overlay.collection
Methods in org.anchoranalysis.overlay.collection that return ColoredOverlayCollection 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 ColoredOverlayCollection in org.anchoranalysis.overlay.writer
Methods in org.anchoranalysis.overlay.writer with parameters of type ColoredOverlayCollection Modifier and Type Method Description voidDrawOverlay. drawOverlays(ColoredOverlayCollection overlays, RGBStack stack, IdentifierGetter<Overlay> idGetter)Draw a collection of colored-overlays on top of aRGBStack.