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 aObjectCollectionWithPropertiescontaining 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 ObjectCollectionWithPropertiesDrawCroppedObjectsGenerator.generateMasks(ObjectCollectionWithProperties objects) protected ObjectCollectionWithPropertiesDrawObjectsGenerator.generateMasks(ObjectCollectionWithProperties objects) protected abstract ObjectCollectionWithPropertiesObjectsAsRGBGenerator.generateMasks(ObjectCollectionWithProperties objects) Creates aObjectCollectionWithPropertiesindicative 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 RGBStackDrawCroppedObjectsGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected RGBStackDrawObjectsGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected abstract RGBStackObjectsAsRGBGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates aRGBStackcontaining the background, without objects being drawn upon it.protected ObjectCollectionWithPropertiesDrawCroppedObjectsGenerator.generateMasks(ObjectCollectionWithProperties objects) protected ObjectCollectionWithPropertiesDrawObjectsGenerator.generateMasks(ObjectCollectionWithProperties objects) protected abstract ObjectCollectionWithPropertiesObjectsAsRGBGenerator.generateMasks(ObjectCollectionWithProperties objects) Creates aObjectCollectionWithPropertiesindicative 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 TypeMethodDescriptionvoidDrawObject.drawCollection(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes) Writes object-masks onto of aRGBStack- across all of the stack.voidDrawObject.drawCollection(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes, BoundingBox boxContainer) Writes object-masks onto of aRGBStack- within a bounding box only.