Uses of Class
org.anchoranalysis.image.core.object.properties.ObjectCollectionWithProperties
Packages that use ObjectCollectionWithProperties
Package
Description
Non-beans pertaining to segmentation of images via model inference.
Writing an
ObjectCollection
to the filesystem as
RGB raster-images.Beans relating to drawing an
Overlay
on an image.-
Uses of ObjectCollectionWithProperties in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return ObjectCollectionWithPropertiesModifier and TypeMethodDescriptionSegmentedObjectsAtScale.objectsWithProperties()
LikeSegmentedObjectsAtScale.objects()
but instead creates aObjectCollectionWithProperties
containing empty properties. -
Uses of ObjectCollectionWithProperties in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return ObjectCollectionWithPropertiesModifier and TypeMethodDescriptionprotected ObjectCollectionWithProperties
DrawCroppedObjectsGenerator.generateMasks
(ObjectCollectionWithProperties objects) protected ObjectCollectionWithProperties
DrawObjectsGenerator.generateMasks
(ObjectCollectionWithProperties objects) protected abstract ObjectCollectionWithProperties
ObjectsAsRGBGenerator.generateMasks
(ObjectCollectionWithProperties objects) Creates aObjectCollectionWithProperties
indicative of the masks that will be imposed on top of the background-region.Methods in org.anchoranalysis.image.io.object.output.rgb with parameters of type ObjectCollectionWithPropertiesModifier and TypeMethodDescriptionprotected RGBStack
DrawCroppedObjectsGenerator.generateBackgroundRegion
(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected RGBStack
DrawObjectsGenerator.generateBackgroundRegion
(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected abstract RGBStack
ObjectsAsRGBGenerator.generateBackgroundRegion
(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates aRGBStack
containing the background, without objects being drawn upon it.protected ObjectCollectionWithProperties
DrawCroppedObjectsGenerator.generateMasks
(ObjectCollectionWithProperties objects) protected ObjectCollectionWithProperties
DrawObjectsGenerator.generateMasks
(ObjectCollectionWithProperties objects) protected abstract ObjectCollectionWithProperties
ObjectsAsRGBGenerator.generateMasks
(ObjectCollectionWithProperties objects) Creates aObjectCollectionWithProperties
indicative of the masks that will be imposed on top of the background-region.ObjectsAsRGBGenerator.transform
(ObjectCollectionWithProperties element) -
Uses of ObjectCollectionWithProperties in org.anchoranalysis.overlay.bean
Methods in org.anchoranalysis.overlay.bean with parameters of type ObjectCollectionWithPropertiesModifier and TypeMethodDescriptionvoid
DrawObject.drawCollection
(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes) Writes object-masks onto of aRGBStack
- across all of the stack.void
DrawObject.drawCollection
(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes, BoundingBox boxContainer) Writes object-masks onto of aRGBStack
- within a bounding box only.