Uses of Class
org.anchoranalysis.mpp.mark.MarkCollection
Packages that use MarkCollection
Package
Description
Annotations that use one or more marks to describe entities in an image.
Operations based on sets of points.
Proposing
Mark
s or other data-structures with particular
attributes.Criteria for adding edges during optimization of marked-point-processes.
Features calculated on a
org.anchoranalysis.mpp.feature.bean.mark.collection
.Non-bean classes pertaining to calculating energy of {org.anchoranalysis.mpp.mark.Mark}s.
Saved snapshots of energy-calculations.
Non-bean classes for calculating feature-values related to
Mark
s.Parameters used to initialize certain types of beans.
Non-beans for reading data structures related to marked point processes from the file system.
Non-bean classes related to
Mark
s.Implementation of
MarkCollectionProvider
.Beans that fit or otherwise manipulate sets of points.
-
Uses of MarkCollection in org.anchoranalysis.annotation.mark
Methods in org.anchoranalysis.annotation.mark that return MarkCollectionModifier and TypeMethodDescriptionDualMarks.accepted()
The accepted marks.DualMarksAnnotation.getMarksReject()
Marks covering area that should be rejected, can be nullAnnotationWithMarks.marks()
The marks associated with the annotationDualMarksAnnotation.marks()
DualMarks.rejected()
The rejected marks. -
Uses of MarkCollection in org.anchoranalysis.mpp.bean.points
Methods in org.anchoranalysis.mpp.bean.points with parameters of type MarkCollectionModifier and TypeMethodDescriptionCreateMarkFromPoints.fitMarkToPointsFromMarks
(MarkCollection marks, Dimensions dimensions) Extracts points from marks, creates a new mark, and fits this mark to the extracted points. -
Uses of MarkCollection in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer that return types with arguments of type MarkCollectionModifier and TypeMethodDescriptionabstract Optional
<MarkCollection> MarkCollectionProposer.propose
(MarkWithIdentifierFactory markFactory, ProposerContext context) Proposes a collection of marks.Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type MarkCollectionModifier and TypeMethodDescriptionMarkFromCollectionProposer.selectMarkFrom
(MarkCollection marks, ProposerContext context) Selects a mark from a collection of marks. -
Uses of MarkCollection in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type MarkCollectionModifier and TypeMethodDescriptionboolean
RandomCollectionWithAddCriteria.isMarksSpan
(MarkCollection marks) Checks if the givenMarkCollection
spans all marks in this collection. -
Uses of MarkCollection in org.anchoranalysis.mpp.feature.bean.mark.collection
Methods in org.anchoranalysis.mpp.feature.bean.mark.collection that return MarkCollectionConstructors in org.anchoranalysis.mpp.feature.bean.mark.collection with parameters of type MarkCollectionModifierConstructorDescriptionFeatureInputMarkCollection
(MarkCollection marks, Optional<Dimensions> dimensions) Creates a newFeatureInputMarkCollection
instance. -
Uses of MarkCollection in org.anchoranalysis.mpp.feature.energy.marks
Methods in org.anchoranalysis.mpp.feature.energy.marks that return MarkCollectionModifier and TypeMethodDescriptionMarksWithEnergyBreakdown.getMarks()
Gets the collection of marks.MarksWithTotalEnergy.getMarks()
The marks in the collection.Methods in org.anchoranalysis.mpp.feature.energy.marks with parameters of type MarkCollectionModifier and TypeMethodDescriptionvoid
MarksWithTotalEnergy.setMarks
(MarkCollection marks) The marks in the collection.Constructors in org.anchoranalysis.mpp.feature.energy.marks with parameters of type MarkCollectionModifierConstructorDescriptionMarksWithTotalEnergy
(MarkCollection marks, EnergySchemeWithSharedFeatures energyScheme) Creates a new instance with the given marks and energy scheme. -
Uses of MarkCollection in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved with parameters of type MarkCollectionModifier and TypeMethodDescriptionEnergySavedIndividual.describeMarks
(MarkCollection marks) Generates a string description of the marks and their associated energies.boolean
EnergySavedPairs.isMarksSpan
(MarkCollection marks) Checks if the pair collection only contains items from a particular mark configuration. -
Uses of MarkCollection in org.anchoranalysis.mpp.feature.mark
Methods in org.anchoranalysis.mpp.feature.mark that return MarkCollectionModifier and TypeMethodDescriptionEnergyMemoList.asMarks()
Converts the energy memo list to a collection of marks.Methods in org.anchoranalysis.mpp.feature.mark with parameters of type MarkCollectionModifier and TypeMethodDescriptionEnergyMemoList.getMemoForMark
(MarkCollection marks, Mark mark) Gets the memo for a specific mark in the collection.Constructors in org.anchoranalysis.mpp.feature.mark with parameters of type MarkCollectionModifierConstructorDescriptionEnergyMemoList
(EnergySavedIndividual savedInd, EnergyStackWithoutParameters energyStack, MarkCollection marks, EnergySchemeWithSharedFeatures energySchemeTotal) Creates an energy memo list with the given parameters. -
Uses of MarkCollection in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type MarkCollection -
Uses of MarkCollection in org.anchoranalysis.mpp.io.input
Methods in org.anchoranalysis.mpp.io.input that return types with arguments of type MarkCollection -
Uses of MarkCollection in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that return MarkCollectionModifier and TypeMethodDescriptionMarkCollection.createMerged
(MarkCollection toMerge) Creates a new collection by merging this collection with another.MarkCollection.deepCopy()
Creates a deep copy of the collection.ColoredMarks.getMarks()
Finds marks at a specific point that belong to a specific region.MarkCollection.shallowCopy()
Creates a shallow copy of the collection.Methods in org.anchoranalysis.mpp.mark with parameters of type MarkCollectionModifier and TypeMethodDescriptionvoid
ColoredMarks.addAll
(MarkCollection marks, RGBColor color) Adds all marks from a MarkCollection with the same color.void
MarkCollection.addAll
(MarkCollection marks) Adds all marks from another collection to this collection.MarkCollection.createMerged
(MarkCollection toMerge) Creates a new collection by merging this collection with another.boolean
MarkCollection.equalsDeep
(MarkCollection other) Checks if this collection is deeply equal to another.Constructors in org.anchoranalysis.mpp.mark with parameters of type MarkCollectionModifierConstructorDescriptionColoredMarks
(MarkCollection marks, ColorIndex colorIndex, IdentifierGetter<Mark> colorIDGetter) Creates a ColoredMarks instance from a MarkCollection and assigns colors based on a ColorIndex.ColoredMarks
(MarkCollection marks, ColorList colorList) -
Uses of MarkCollection in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return MarkCollectionModifier and TypeMethodDescriptionstatic MarkCollection
OverlayCollectionMarkFactory.marksFromOverlays
(OverlayCollection overlays) Creates aMarkCollection
from anOverlayCollection
.Methods in org.anchoranalysis.mpp.overlay with parameters of type MarkCollectionModifier and TypeMethodDescriptionstatic OverlayCollection
OverlayCollectionMarkFactory.createWithoutColor
(MarkCollection marks, RegionMembershipWithFlags regionMembership) Creates anOverlayCollection
from aMarkCollection
without color information. -
Uses of MarkCollection in org.anchoranalysis.plugin.mpp.bean.provider.collection
Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection that return MarkCollection -
Uses of MarkCollection in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that return MarkCollection