Uses of Class
org.anchoranalysis.mpp.bean.regionmap.RegionMembershipWithFlags
Packages that use RegionMembershipWithFlags
Package
Description
Annotations that use one or more marks to describe entities in an image.
Voxel subregions of
Mark
s.Non-bean classes related to
Mark
s.-
Uses of RegionMembershipWithFlags in org.anchoranalysis.annotation.mark
Methods in org.anchoranalysis.annotation.mark that return RegionMembershipWithFlags -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.bean.regionmap
Methods in org.anchoranalysis.mpp.bean.regionmap that return RegionMembershipWithFlagsModifier and TypeMethodDescriptionRegionMap.membershipWithFlagsForIndex
(int index) Gets the region membership with flags for a specific index.Methods in org.anchoranalysis.mpp.bean.regionmap that return types with arguments of type RegionMembershipWithFlagsModifier and TypeMethodDescriptionRegionMap.createListMembershipWithFlags()
Creates a list of all region memberships with their corresponding flags. -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type RegionMembershipWithFlagsModifier and TypeMethodDescriptionMark.deriveObject
(Dimensions dimensions, RegionMembershipWithFlags region, BinaryValuesByte binaryValues) Creates an ObjectMask representation of the mark.MarkCollection.deriveObjects
(Dimensions dimensions, RegionMembershipWithFlags regionMembership) Derives objects from the marks in the collection.Constructors in org.anchoranalysis.mpp.mark with parameters of type RegionMembershipWithFlagsModifierConstructorDescriptionMarkToObjectConverter
(Optional<ScaleFactor> scaleFactor, Dimensions dimensions, RegionMembershipWithFlags regionMembership, BinaryValuesByte binaryValuesOut) Creates a newMarkToObjectConverter
instance. -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay with parameters of type RegionMembershipWithFlagsModifier and TypeMethodDescriptionstatic ColoredOverlayCollection
OverlayCollectionMarkFactory.createColor
(ColoredMarks marks, RegionMembershipWithFlags regionMembership) Creates aColoredOverlayCollection
fromColoredMarks
.static OverlayCollection
OverlayCollectionMarkFactory.createWithoutColor
(MarkCollection marks, RegionMembershipWithFlags regionMembership) Creates anOverlayCollection
from aMarkCollection
without color information.Constructors in org.anchoranalysis.mpp.overlay with parameters of type RegionMembershipWithFlagsModifierConstructorDescriptionOverlayMark
(Mark mark, RegionMembershipWithFlags regionMembership) Creates a newOverlayMark
instance.