Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputSingleObject
Packages that use FeatureInputSingleObject
Package
Description
Features that operate on a pair of
ObjectMask
s.Features that operate on a single
ObjectMask
.Reusable implementations of
CalculationPart
related to images.Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations.A particular implementation of
FeatureCalculatorMulti
for feature-calculations based
upon pairs of image-objects.Beans to specify the outputting of features into CSV from a
ObjectCollection
.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
ObjectFilter
that assess each
element in a collection collectively.Implementations of
ObjectFilter
that
independently assess each element in a collection.Implementations of
ObjectCollectionProvider
involving feature calculation.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
FeatureListProvider
with
input-type FeatureInputPairObjects
.Features from combinations of
ObjectMask
s.Implementations of
FeatureSingleObject
.Implementations of
FeatureSingleObject
that determine if an
object lies at the border of an image.Implementations of
FeatureSingleObject
that consider an
object's bounding-box.Implementations of
FeatureSingleObject
that reference a
particular Channel
in the associated EnergyStack
.Implementations of
FeatureSingleObject
that measure an object's
intensity on a corresponding Channel
.Implementations of
FeatureSingleObject
that measure an object's
gradient from corresponding Channel
s storing the
gradient.Implementations of
FeatureSingleObject
based on calculating image moments, with or without image
intensity.Implementations of
FeatureSingleObject
that implement
morphological operations.Implementations of
FeatureSingleObject
that measure the shape
of the ObjectMask
.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations, and measure
the degree of intersection between objects.Implementations of
FeatureSingleObject
that processes an object
slice-by-slice in the z-dimension.Implementations of
FeatureSingleObject
that measures aspects of
the surface of an ObjectMask
.Beans involving
SharedObjects
and
ObjectCollection
.Implementations of
FeatureStack
that process an
ObjectCollection
.Implementations of
CalculationPart
that that
process a single ObjectMask
.Implementations of
CalculationPart
that that
process a single ObjectMask
- with morphological operations.Conditions for merging
ObjectMask
s.Tasks to segment an image.
Non-bean classes for image-segmentation.
Features related to points and fitting points to conics.
CalculationPart
related to fitting
ellipses to points by least-squares.CalculationPart
related to fitting
ellipsoids to points by least-squares.A mocked feature internally using a feature-calculation.
-
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.bean.object.pair
Methods in org.anchoranalysis.image.feature.bean.object.pair that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionFeatureDeriveFromPair.getItem()
The feature to be applied to individual objects.Method parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
FeatureDeriveFromPair.setItem
(Feature<FeatureInputSingleObject> item) The feature to be applied to individual objects.Constructor parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputSingleObjectModifierConstructorDescriptionCreates a newFeatureDeriveFromPair
instance.First
(Feature<FeatureInputSingleObject> item) Creates a new instance that will evaluate the given feature on the first object of a pair.Creates a new instance that will evaluate the given feature on the merged object of a pair.Creates a new instance that will calculate the minimum feature value from a pair of objects.Creates a new instance that will evaluate the given feature on the second object of a pair. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.bean.object.single
Method parameters in org.anchoranalysis.image.feature.bean.object.single with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
CenterOfGravity.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
NumberVoxels.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculation
Methods in org.anchoranalysis.image.feature.calculation that return FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected FeatureInputSingleObject
CalculateInputFromPair.execute
(FeatureInputPairObjects input) Executes the calculation to extract a single object from the pair.Methods in org.anchoranalysis.image.feature.calculation with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionCalculateNumberVoxels.execute
(FeatureInputSingleObject input) Executes the calculation to count the number of voxels in the object. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator that return types with arguments of type FeatureInputSingleObjectMethods in org.anchoranalysis.image.feature.calculator with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionSingleTableCalculator.calculate
(FeatureInputSingleObject input) SingleTableCalculator.calculate
(FeatureInputSingleObject input, FeatureList<FeatureInputSingleObject> featuresSubset) SingleTableCalculator.calculateSuppressErrors
(FeatureInputSingleObject input, ErrorReporter errorReporter) Method parameters in org.anchoranalysis.image.feature.calculator with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionSingleTableCalculator.calculate
(FeatureInputSingleObject input, FeatureList<FeatureInputSingleObject> featuresSubset) Constructor parameters in org.anchoranalysis.image.feature.calculator with type arguments of type FeatureInputSingleObjectModifierConstructorDescriptionSingleTableCalculator
(NamedFeatureStore<FeatureInputSingleObject> namedFeatureStore) Creates a newSingleTableCalculator
instance. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionMergedPairsFeatures.createSingle
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features.MergedPairsFeatures.getSingle()
Method parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionMergedPairsFeatures.createSingle
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features.MergedPairsFeatures.createSingle
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.io.bean.object.feature
Methods in org.anchoranalysis.image.io.bean.object.feature that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionOutputFeatureTable.getFeature()
A list of features to calculate in an evaluation context.Method parameters in org.anchoranalysis.image.io.bean.object.feature with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
OutputFeatureTable.setFeature
(FeatureListEvaluator<FeatureInputSingleObject> feature) A list of features to calculate in an evaluation context. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.bean.channel.provider.score
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionScoreObjects.getFeature()
Feature that calculates the score for an object.Method parameters in org.anchoranalysis.plugin.image.bean.channel.provider.score with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
ScoreObjects.setFeature
(Feature<FeatureInputSingleObject> feature) Feature that calculates the score for an object. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.bean.object.filter.collective
Methods in org.anchoranalysis.plugin.image.bean.object.filter.collective that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionDiscardOutliers.getFeatureEvaluator()
RelationWithMatches.getFeatureEvaluator()
RelationWithMatches.getFeatureEvaluatorMatch()
Method parameters in org.anchoranalysis.plugin.image.bean.object.filter.collective with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
DiscardOutliers.setFeatureEvaluator
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) void
RelationWithMatches.setFeatureEvaluator
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) void
RelationWithMatches.setFeatureEvaluatorMatch
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluatorMatch) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.bean.object.filter.independent
Methods in org.anchoranalysis.plugin.image.bean.object.filter.independent that return types with arguments of type FeatureInputSingleObjectMethod parameters in org.anchoranalysis.plugin.image.bean.object.filter.independent with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
ThresholdedFeature.setFeatureEvaluator
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.bean.object.provider.feature
Methods in org.anchoranalysis.plugin.image.bean.object.provider.feature that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected FeatureCalculatorSingle
<FeatureInputSingleObject> ObjectCollectionProviderWithFeature.createSession()
Creates a feature calculation session for single objects.ObjectCollectionProviderWithFeature.getFeatureEvaluator()
The feature evaluator used to calculate features for single objects.Method parameters in org.anchoranalysis.plugin.image.bean.object.provider.feature with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
ObjectCollectionProviderWithFeature.setFeatureEvaluator
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) The feature evaluator used to calculate features for single objects. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionMergeGreedyToIncreaseObjectFeature.getFeatureEvaluator()
MergeToIncreaseObjectFeature.getFeatureEvaluator()
Method parameters in org.anchoranalysis.plugin.image.bean.object.provider.merge with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
MergeGreedyToIncreaseObjectFeature.setFeatureEvaluator
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) void
MergeToIncreaseObjectFeature.setFeatureEvaluator
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.list.pair
Methods in org.anchoranalysis.plugin.image.feature.bean.list.pair that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionDeriveFromPair.getItem()
FeatureListProviderAggregatePair.getItem()
For each feature in the list, a corresponding aggregate feature is created in the output list.Method parameters in org.anchoranalysis.plugin.image.feature.bean.list.pair with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
DeriveFromPair.setItem
(FeatureListProvider<FeatureInputSingleObject> item) void
FeatureListProviderAggregatePair.setItem
(FeatureListProvider<FeatureInputSingleObject> item) For each feature in the list, a corresponding aggregate feature is created in the output list. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionEachObjectIndependently.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) EachObjectIndependently.createFeatures
(NamedFeatureStore<FeatureInputSingleObject> features) Creates aFeatureTableCalculator
from aNamedFeatureStore
.EachObjectIndependently.startBatchDeriveInputs
(ObjectCollection objects, EnergyStack energyStack, Logger logger) Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected BoundingBox
EachObjectIndependently.boundingBoxThatSpansInput
(FeatureInputSingleObject input) EachObjectIndependently.objectsForThumbnail
(FeatureInputSingleObject input) EachObjectIndependently.uniqueIdentifierFor
(FeatureInputSingleObject input) Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.combine with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionabstract FeatureTableCalculator
<T> CombineObjectsForFeatures.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> featuresSingleObject, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) Creates features that will be applied on the objects.EachObjectIndependently.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) EachObjectIndependently.createFeatures
(NamedFeatureStore<FeatureInputSingleObject> features) Creates aFeatureTableCalculator
from aNamedFeatureStore
.PairNeighbors.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
ArbitraryInsidePoint.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) protected double
OutlineKernelBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.border
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.border with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
AtBorderBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.boundingbox
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.boundingbox with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
BoundingBoxAlongAxisBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
BoundingBoxNumberVoxels.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.energy
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.energy with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
SpecificEnergyChannelBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
FeatureEnergyChannel.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) protected abstract double
FeatureEnergyChannel.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) Calculates the feature value for a specific channel in the energy stack.protected double
Intensity.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected double
IntensityMeanMaxSlice.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) Calculates the maximum mean intensity across all slices of the object in the given channel.protected double
IntensityMeanShellBase.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) protected double
TextureScore.calculateForChannel
(FeatureCalculationInput<FeatureInputSingleObject> input, Channel channel) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradient
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradient that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected CalculationPart
<List<Point3d>, FeatureInputSingleObject> IntensityGradientBase.gradientCalculation()
Creates aCalculationPart
for calculating the gradient from the specified channels.Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradient with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
GradientMagnitude.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
GradientMeanForAxis.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.moments
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.moments with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
ImageMomentsBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected abstract CalculationPart
<ObjectMask, FeatureInputSingleObject> DerivedObject.createCachedCalculationForDerived
(CalculationPartResolver<FeatureInputSingleObject> session) Creates aCalculationPart
for deriving the object mask.protected CalculationPart
<ObjectMask, FeatureInputSingleObject> Creates aCalculationPart
for eroding the object mask.protected CalculationPart
<ObjectMask, FeatureInputSingleObject> DerivedObject.getItem()
The feature to calculate on the derived object.Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
DerivedObject.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
NumberRemovedVoxelsAfterClosing.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) protected abstract CalculationPart
<ObjectMask, FeatureInputSingleObject> DerivedObject.createCachedCalculationForDerived
(CalculationPartResolver<FeatureInputSingleObject> session) Creates aCalculationPart
for deriving the object mask.protected CalculationPart
<ObjectMask, FeatureInputSingleObject> Creates aCalculationPart
for eroding the object mask.protected CalculationPart
<ObjectMask, FeatureInputSingleObject> void
DerivedObject.setItem
(Feature<FeatureInputSingleObject> item) The feature to calculate on the derived object. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.shape
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.shape with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
ObjectRadiusStandardDeviation.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
ShapeRegularityCenterSlice.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
ShapeRegularityMaximumIntensityProjection.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.slice
Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.slice with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
MaximumNumberContourVoxelsOnSlice.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
MaximumNumberVoxelsOnSlice.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.surface
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.surface that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected CalculationPart
<Integer, FeatureInputSingleObject> SurfaceNumberVoxelFaces.createParameters
(boolean mip, boolean suppress3d) protected CalculationPart
<Integer, FeatureInputSingleObject> SurfaceNumberVoxels.createParameters
(boolean mip, boolean suppress3d) protected abstract CalculationPart
<Integer, FeatureInputSingleObject> SurfaceNumberVoxelsBase.createParameters
(boolean mip, boolean suppress3d) Creates the calculation parameters for the surface voxel count.Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.single.surface with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
SurfaceNumberVoxelsBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.bean.stack.object
Methods in org.anchoranalysis.plugin.image.feature.bean.stack.object that return FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected FeatureInputSingleObject
CalculateDeriveObjectInput.execute
(FeatureInputStack input) Methods in org.anchoranalysis.plugin.image.feature.bean.stack.object that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionAsObjectMask.getItem()
QuantileAcrossConnectedComponents.getItem()
Method parameters in org.anchoranalysis.plugin.image.feature.bean.stack.object with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
AsObjectMask.setItem
(Feature<FeatureInputSingleObject> item) void
QuantileAcrossConnectedComponents.setItem
(Feature<FeatureInputSingleObject> item) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.object.calculation.single
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionCalculateShellObjectMask.of
(CalculationPartResolver<FeatureInputSingleObject> resolver, MorphologicalIterations iterations, int iterationsErosionSecond, boolean inverse) Creates a newCalculateShellObjectMask
instance.Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected ObjectMask
CalculateIncrementalOperationMap.execute
(FeatureInputSingleObject input, Integer key) protected ObjectMask
CalculateObjectMask.execute
(FeatureInputSingleObject input) protected ObjectMask
CalculateShellObjectMask.execute
(FeatureInputSingleObject input) Method parameters in org.anchoranalysis.plugin.image.feature.object.calculation.single with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionCalculateShellObjectMask.of
(CalculationPartResolver<FeatureInputSingleObject> resolver, MorphologicalIterations iterations, int iterationsErosionSecond, boolean inverse) Creates a newCalculateShellObjectMask
instance.Constructor parameters in org.anchoranalysis.plugin.image.feature.object.calculation.single with type arguments of type FeatureInputSingleObjectModifierConstructorDescriptionprotected
CalculateObjectMask
(int iterations, ResolvedPartMap<ObjectMask, FeatureInputSingleObject, Integer> map) Creates a newCalculateObjectMask
instance.CalculateShellObjectMask
(ResolvedPart<ObjectMask, FeatureInputSingleObject> calculateDilation, ResolvedPart<ObjectMask, FeatureInputSingleObject> calculateErosion, int iterationsErosionSecond, boolean do3D, boolean inverse) Creates a newCalculateShellObjectMask
instance. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionCalculateDilation.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating dilation.CalculateErosion.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newCalculationPart
for calculating erosion.CalculateErosion.ofResolved
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating erosion.Method parameters in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionCalculateDilation.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating dilation.CalculateErosion.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newCalculationPart
for calculating erosion.CalculateErosion.ofResolved
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating erosion. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.object.merge.condition
Constructor parameters in org.anchoranalysis.plugin.image.object.merge.condition with type arguments of type FeatureInputSingleObjectModifierConstructorDescriptionIncreaseFeatureCondition
(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) Creates a newIncreaseFeatureCondition
instance. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionSegmentInstanceWithModel.getFeatures()
Features to calculate for objects in the features output.Method parameters in org.anchoranalysis.plugin.image.task.bean.segment with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoid
SegmentInstanceWithModel.setFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> features) Features to calculate for objects in the features output. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.image.task.segment
Methods in org.anchoranalysis.plugin.image.task.segment that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionSharedStateSegmentInstance.createCalculationContext
(ExecutionTimeRecorder executionTimeRecorder, InputOutputContext ioContext) Creates aFeatureCalculationContext
for calculating features to later use this exporter.Constructor parameters in org.anchoranalysis.plugin.image.task.segment with type arguments of type FeatureInputSingleObjectModifierConstructorDescriptionSharedStateSegmentInstance
(ConcurrentModelPool<T> modelPool, FeatureTableCalculator<FeatureInputSingleObject> featureTable, LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context) Creates a new instance of SharedStateSegmentInstance. -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.points.bean.feature
Methods in org.anchoranalysis.plugin.points.bean.feature with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected double
AxisRatioEllipsoid.calculateWithEllipsoid
(FeatureInputSingleObject input, Ellipsoid ellipsoid) protected abstract double
EllipsoidBase.calculateWithEllipsoid
(FeatureInputSingleObject input, Ellipsoid ellipsoid) Calculates a feature value based on the fittedEllipsoid
.protected double
Ellipsoidicity.calculateWithEllipsoid
(FeatureInputSingleObject input, Ellipsoid ellipsoid) Method parameters in org.anchoranalysis.plugin.points.bean.feature with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondouble
EllipsoidBase.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) double
Ellipticity.calculate
(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.points.calculate.ellipse
Methods in org.anchoranalysis.plugin.points.calculate.ellipse with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected ObjectWithEllipse
CalculateEllipseLeastSquares.execute
(FeatureInputSingleObject input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.plugin.points.calculate.ellipsoid
Methods in org.anchoranalysis.plugin.points.calculate.ellipsoid with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected Ellipsoid
CalculateEllipsoidLeastSquares.execute
(FeatureInputSingleObject input) Method parameters in org.anchoranalysis.plugin.points.calculate.ellipsoid with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionstatic Ellipsoid
CalculateEllipsoidLeastSquares.of
(FeatureCalculationInput<FeatureInputSingleObject> input, boolean suppressZCovariance) Calculates anEllipsoid
for the given input. -
Uses of FeatureInputSingleObject in org.anchoranalysis.test.feature.plugins.mockfeature
Fields in org.anchoranalysis.test.feature.plugins.mockfeature with type parameters of type FeatureInputSingleObjectModifier and TypeFieldDescriptionstatic final ToDoubleFunction
<FeatureInputSingleObject> MockFeatureWithCalculationFixture.DEFAULT_FUNC_NUM_PIXELS
A default function for counting the number of pixels (voxels) in a single object.Methods in org.anchoranalysis.test.feature.plugins.mockfeature that return types with arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionstatic Feature
<FeatureInputSingleObject> MockFeatureWithCalculationFixture.createMockFeatureWithCalculation()
Creates a mock feature that counts the number of pixels in an object.