Uses of Class
org.anchoranalysis.bean.xml.exception.ProvisionFailedException
Packages that use ProvisionFailedException
Package
Description
Defining, loading, initializing Anchor Beans.
A feature-list (custom list type for features) and associated providers.
Provider of a single feature.
A collection of named-
Feature
s.Base classes for providers of different core data entities related to images.
A provider of
Stack
s.Defines the key data object,
Stack
, and related
classes.Beans to combine multiple stacks into a single stack before outputting.
Methods to provide a
Dictionary
.Methods to provide a single file-path.
Implementations of
ChannelProvider
that use FIJI.Euclidean Distance Transform
implementations via FIJI.
Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
ChannelProvider
that perform
arithmetic on voxels in one or more Channel
s.Implementations of
ChannelProvider
that sets the
values of the voxels in a Channel
.Implementations of
ChannelProvider
that converts a
Channel
from one voxel-type to another.Implementations of
ChannelProvider
that calculate
the gradient of a Channel
's voxels in one or more
dimensions.Implementations of
ChannelProvider
that manipulate
the intensity-values of the voxels of a Channel
's
voxels.Implementations of
ChannelProvider
that involve
conversion from or application of Mask
s.Implementations of
ChannelProvider
that involve
conversion from or application of ObjectMask
s.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
ChannelProvider
that process 3D
channels slice-by-slice.Implementations of
ColorProvider
.Beans pertaining to
Dictionary
.Implementations of
DimensionsProvider
.Implementations of
HistogramProvider
.Implementations of
MaskProvider
.Implementations of
MaskProvider
that combine
existing providers.Implementations of
MaskProvider
that convert
providers of other types to ObjectMask
s.Implementations of
MaskProvider
that implement
morphological operations.Provides if-else conditions to a
MaskProvider
.Implementations of
MaskProvider
that process 3D
masks slice-by-slice.Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
involving connected-components.Implementations of
ObjectCollectionProvider
involving feature calculation.Implementations of
ObjectCollectionProvider
that
filter objects.Implementations of
ObjectCollectionProvider
involving a Mask
.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
ObjectCollectionProvider
involving morphological operations.Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
ObjectCollectionProvider
involving z-slice processing.Implementations of
ObjectCollectionProvider
involving splitting objects into smaller objects.Implementations of
StackProvider
.Implementations of
StackProvider
that color
portions of an image.Non-beans for operations or calculations relating to
Channel
s.Implementations of
FeatureListProvider
.Implementations of
FeatureListProvider
with
input-type FeatureInputPairObjects
.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Implementations of
ChannelProvider
that call ImageJ.Non-linear filters using ImageJ that use the statistical rank of the intensity values in the
kernel.
Implementations of
MaskProvider
that call ImageJ.Implementations of
ObjectCollectionProvider
that
call ImageJ.Implementations of
StackProvider
that call
ImageJ.Implementations of
ObjectCollectionProvider
.Implementation of
MarkCollectionProvider
.Operations involving color-spaces and OpenCV.
Extracting features using OpenCV.
Beans that fit or otherwise manipulate sets of points.
Convex hull operations.
Fitting geometric structures to points.
-
Uses of ProvisionFailedException in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.feature.bean.list
Methods in org.anchoranalysis.feature.bean.list that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureList<T> FeatureListFactory.fromProvider
(Provider<Feature<T>> featureProvider) Creates a list for a single-feature created from a providerstatic <T extends FeatureInput>
FeatureList<T> FeatureListFactory.fromProviders
(Collection<FeatureProvider<T>> providers) Creates a list of features from a collection of feature-providersDefinedNamed.get()
PrependName.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.feature.bean.provider
Methods in org.anchoranalysis.feature.bean.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.feature.store
Methods in org.anchoranalysis.feature.store that throw ProvisionFailedExceptionModifier and TypeMethodDescription<T extends FeatureInput>
NamedFeatureStore<T> NamedFeatureStoreFactory.createNamedFeatureList
(List<NamedBean<FeatureListProvider<T>>> namedFeatures) Create aNamedFeatureStore
from a list of beans. -
Uses of ProvisionFailedException in org.anchoranalysis.image.bean.provider
Methods in org.anchoranalysis.image.bean.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected abstract Channel
ChannelProviderUnary.createFromChannel
(Channel channel) Creates aChannel
given the entity provided by the delegate.protected abstract Histogram
HistogramProviderUnary.createFromHistogram
(Histogram histogram) Creates aHistogram
given the entity provided by the delegate.protected abstract Mask
MaskProviderUnary.createFromMask
(Mask mask) Creates aMask
given the entity provided by the delegate.protected abstract ObjectCollection
ObjectCollectionProviderUnary.createFromObjects
(ObjectCollection objects) Creates aObjectCollection
given the entity provided by the delegate.ChannelProviderBinary.get()
ChannelProviderTernary.get()
ChannelProviderUnary.get()
HistogramProviderUnary.get()
MaskProviderUnary.get()
ObjectCollectionProviderUnary.get()
ChannelProvider.getAsStack()
MaskProvider.getAsStack()
protected abstract Channel
Creates aChannel
given the two entities provided by the delegates.protected abstract Channel
Creates aChannel
given the two entities provided by the delegates. -
Uses of ProvisionFailedException in org.anchoranalysis.image.bean.provider.stack
Methods in org.anchoranalysis.image.bean.provider.stack that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected abstract Stack
StackProviderUnary.createFromStack
(Stack stack) Creates aStack
given the entity provided by the delegate.Arrange.get()
StackProviderUnary.get()
StackProvider.getAsStack()
-
Uses of ProvisionFailedException in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionProviderAsStack.getAsStack()
Retrieves or creates aStack
representation of an entity. -
Uses of ProvisionFailedException in org.anchoranalysis.image.io.bean.stack.combine
Methods in org.anchoranalysis.image.io.bean.stack.combine that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.io.input.bean.dictionary
Methods in org.anchoranalysis.io.input.bean.dictionary that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.io.input.bean.path.provider
Methods in org.anchoranalysis.io.input.bean.path.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.fiji.bean.channel.provider
Methods in org.anchoranalysis.plugin.fiji.bean.channel.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionAnisotropicDiffusion.createFromChannel
(Channel channel) MinimumFilter.createFromChannel
(Channel channel) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance
Methods in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionDistanceTransform3D.createDistanceMapForVoxels
(BinaryVoxels<UnsignedByteBuffer> voxels, Optional<Resolution> resolution, float multiplyByZRes) Creates a distance map for binary voxels.protected Channel
DistanceTransformForEachObject3D.createFromDimensions
(Dimensions dimensions) protected Channel
DistanceTransform3D.createFromMask
(Mask mask) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionIfParamEquals.createFromChannel
(Channel channel) UnaryWithObjectsBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithObjectsBase.createFromChannel
(Channel channel, ObjectCollection objects) Creates a new channel from an existing channel and a collection of objects.UnaryWithValueBase.createFromChannel
(Channel channel) protected abstract Channel
UnaryWithValueBase.createFromChannelWithConstant
(Channel channel, double value) Creates a new channel from an existing channel and a scalar value.protected abstract Channel
FromDimensionsBase.createFromDimensions
(Dimensions dimensions) Creates a channel from the given dimensions.FromDimensionsBase.get()
FromStack.get()
Reference.get()
protected Channel
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.arithmetic that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionArithmeticWithConstantBase.createFromChannelWithConstant
(Channel channel, double value) ArithmeticWithConstantConditionallyWriteBase.createFromChannelWithConstant
(Channel channel, double value) protected Channel
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.assign
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.assign that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionAssignFromDictionary.createFromChannel
(Channel channel) AssignFromIntersectingObjects.createFromChannel
(Channel channel) protected Channel
AssignFromChannel.createFromMaskedChannel
(Channel channel, Mask mask) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionConvert.createFromChannel
(Channel channel) ConvertWithHistogram.createFromChannel
(Channel channel) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.gradient
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.gradient that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected abstract boolean[]
GradientBaseAddSum.createAxisArray()
Creates an array of booleans indicating which axes to calculate the gradient for.protected boolean[]
GradientForAxis.createAxisArray()
GradientBaseAddSum.createFromChannel
(Channel channelIn) Sobel.createFromChannel
(Channel channelIn) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionBlur.createFromChannel
(Channel channel) IfVoxelZero.createFromChannel
(Channel channel) Median.createFromChannel
(Channel channel) protected Channel
NormalizeDifferenceToMedian.createFromChannel
(Channel channel, ObjectCollection objects) protected Channel
NormalizeObjectIntensity.createFromChannel
(Channel channel, ObjectCollection objects) QuantileStretch.createFromChannel
(Channel channel) ScaleXY.createFromChannel
(Channel channel) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.mask
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.mask that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionUnaryWithMaskBase.createFromChannel
(Channel channel) protected abstract Channel
FromMaskBase.createFromMask
(Mask mask) protected abstract Channel
UnaryWithMaskBase.createFromMaskedChannel
(Channel channel, Mask mask) Creates a newChannel
from the input channel and mask.FromMaskBase.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.object
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.object that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionLevelPerObjectBase.createFromChannel
(Channel channel) protected abstract void
LevelPerObjectBase.writeLevelsForObjects
(Channel input, ObjectCollection objects, Channel output) Creates a channel with the levels for a set of objects.protected void
LevelPerObjectIndependently.writeLevelsForObjects
(Channel channelIntensity, ObjectCollection objects, Channel output) protected void
LevelPerObjectNeighbors.writeLevelsForObjects
(Channel channelIntensity, ObjectCollection objects, Channel output) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.score
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Channel
IdentifyObjects.createFromChannel
(Channel channel, ObjectCollection objects) protected Channel
ScoreObjects.createFromChannel
(Channel channel, ObjectCollection objects) ScoreVoxels.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.channel.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.slice that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Channel
RepeatSlice.createFromDimensions
(Dimensions dimensions) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.color.provider
Methods in org.anchoranalysis.plugin.image.bean.color.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.dictionary
Methods in org.anchoranalysis.plugin.image.bean.dictionary that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionboolean
DictionaryCondition.isConditionTrue()
Checks if the condition is true by comparing the value in the dictionary with the expected value. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.dimensions.provider
Methods in org.anchoranalysis.plugin.image.bean.dimensions.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.histogram.provider
Methods in org.anchoranalysis.plugin.image.bean.histogram.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionGreaterThanThreshold.createFromHistogram
(Histogram histogram) FromChannel.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.mask.provider
Methods in org.anchoranalysis.plugin.image.bean.mask.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected abstract Mask
FromDimensionsBase.createFromDimensions
(Dimensions dimensions) Creates aMask
from the givenDimensions
.Invert.createFromMask
(Mask maskToInvert) ScaleXY.createFromMask
(Mask mask) FromChannelBase.get()
FromDimensionsBase.get()
Reference.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.mask.provider.combine
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.combine that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionCombineBase.createFromMask
(Mask mask) protected abstract Mask
CombineBase.createFromTwoMasks
(Mask maskToModify, Mask maskOther) Creates a mask from some combination of two masks. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.convert that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Mask
FromObjects.createFromDimensions
(Dimensions dimensions) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.mask.provider.morphological
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.morphological that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected void
Erode.applyMorphologicalOperation
(Mask source, boolean do3D) protected abstract void
MorphologicalOperatorBase.applyMorphologicalOperation
(Mask source, boolean do3D) Applies the morphological operation to the source mask.ExteriorContour.createFromMask
(Mask mask) FitBoxToOnVoxels.createFromMask
(Mask mask) MorphologicalOperatorBase.createFromMask
(Mask mask) MorphologicalOperatorBase.precondition()
Creates a precondition for the morphological operation based on intensity values. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.mask.provider.predicate
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.predicate that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Mask
IfPredicateBase.createFromMask
(Mask mask) protected boolean
protected boolean
protected abstract boolean
Evaluates a predicate condition on the input mask.protected boolean
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.mask.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.slice that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Optional
<ObjectCollection> WithContainerBase.containerOptional()
Retrieves the optional container of objects.protected ObjectCollection
WithContainerBase.containerRequired()
Retrieves the required container of objects.protected Dimensions
WithDimensionsBase.createDimensions()
Creates the dimensions using the specifiedDimensionsProvider
.protected Optional
<Dimensions> WithOptionalDimensionsBase.createDims()
Creates the dimensions if aDimensionsProvider
is specified.protected abstract ObjectCollection
WithChannelBase.createFromChannel
(Channel channelSrc) Creates anObjectCollection
from a sourceChannel
.AtIndex.createFromObjects
(ObjectCollection objects) Scale.createFromObjects
(ObjectCollection objects) UnaryWithChannelBase.createFromObjects
(ObjectCollection objectsSource) protected abstract ObjectCollection
UnaryWithChannelBase.createFromObjects
(ObjectCollection objectsSource, Channel channelSource) Creates objects from a source collection and a channel.Concatenate.get()
Empty.get()
IfParamEqual.get()
Permute.get()
Reference.get()
ReferenceOrElse.get()
WithChannelBase.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.connected
Methods in org.anchoranalysis.plugin.image.bean.object.provider.connected that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionDecomposeIntoConnectedComponents.createFromObjects
(ObjectCollection objects) RejectIfNotConnected.createFromObjects
(ObjectCollection objects) ConnectedComponentsFromMask.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.feature
Methods in org.anchoranalysis.plugin.image.bean.object.provider.feature that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionObjectWithMaximumFeature.createFromObjects
(ObjectCollection objects) ObjectWithMaximumFeatureFromEachMatchedCollection.createFromObjects
(ObjectCollection objects) SortByFeature.createFromObjects
(ObjectCollection objects) protected FeatureCalculatorSingle
<FeatureInputSingleObject> ObjectCollectionProviderWithFeature.createSession()
Creates a feature calculation session for single objects. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.filter
Methods in org.anchoranalysis.plugin.image.bean.object.provider.filter that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected ObjectCollection
Filter.createFromObjects
(ObjectCollection objects, Optional<List<ObjectMask>> objectsRejected, Optional<Dimensions> dim) protected ObjectCollection
FilterByGroup.createFromObjects
(ObjectCollection objects, Optional<List<ObjectMask>> objectsRejected, Optional<Dimensions> dim) IntersectsWithContainer.createFromObjects
(ObjectCollection objects) Match.createFromObjects
(ObjectCollection objects) NotInContainer.createFromObjects
(ObjectCollection objects) ObjectCollectionProviderFilterBase.createFromObjects
(ObjectCollection objects) protected abstract ObjectCollection
ObjectCollectionProviderFilterBase.createFromObjects
(ObjectCollection objects, Optional<List<ObjectMask>> objectsRejected, Optional<Dimensions> dimensions) Creates anObjectCollection
from the given objects, potentially applying a filter and considering dimensions.RemoveTouchingBorder.createFromObjects
(ObjectCollection objects) protected ObjectCollection
ObjectCollectionProviderFilterBase.filter
(ObjectCollection objects, Optional<Dimensions> dimensions, Optional<List<ObjectMask>> objectsRejected) Filters the given object collection using the specified filter. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.mask
Methods in org.anchoranalysis.plugin.image.bean.object.provider.mask that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionAndObjectsWithMasks.createFromObjects
(ObjectCollection objects) FromMask.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionMergeGreedyToIncreaseObjectFeature.createFromObjects
(ObjectCollection objectsSource) MergeWithFeature.createFromObjects
(ObjectCollection objectsSource) MergeTwoCollectionsItemwise.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.morphological
Methods in org.anchoranalysis.plugin.image.bean.object.provider.morphological that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected ObjectMask
Dilate.applyMorphologicalOperation
(ObjectMask object, Optional<Extent> extent) protected ObjectMask
Erode.applyMorphologicalOperation
(ObjectMask object, Optional<Extent> extent) protected abstract ObjectMask
ObjectCollectionProviderMorphological.applyMorphologicalOperation
(ObjectMask object, Optional<Extent> extent) Applies the morphological operation to a singleObjectMask
.ObjectCollectionProviderMorphological.createFromObjects
(ObjectCollection objects) ObjectCollectionProviderMorphological.deriveExtent()
Derives the extent from the dimensions, if available. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.object.provider.segment that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected ObjectCollection
SegmentChannel.createFromChannel
(Channel channelSource) protected ObjectCollection
SegmentWithSeeds.createFromChannel
(Channel channel) protected ObjectCollection
BinarySegmentByObject.createFromObjects
(ObjectCollection objectsSource, Channel channelSource) SegmentChannelByObject.createFromObjects
(ObjectCollection objectsSource, Channel channelToSegment) SegmentStack.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.object.provider.slice that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionExtendInZ.createFromObjects
(ObjectCollection objects) ExtendInZWithinContainer.createFromObjects
(ObjectCollection objectsSource) SliceAt.createFromObjects
(ObjectCollection objects) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.object.provider.split
Methods in org.anchoranalysis.plugin.image.bean.object.provider.split that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionRemoveIntersectingVoxels.createFromObjects
(ObjectCollection objects) SplitByObjects.createFromObjects
(ObjectCollection objectCollection) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionstatic Stack
ThreeChannels.createRGBStack
(Channel channelRed, Channel channelGreen, Channel channelBlue, VoxelDataType outputType) Creates an RGB stack from up to three channels.ColoredBase.get()
ThreeChannels.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.channel
Methods in org.anchoranalysis.plugin.image.channel that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionstatic void
DimensionsChecker.check
(Channel channelToCheck, String channelToCheckName, Dimensions dimFromChannel) Checks a channel to make sure it's the same size as an existing channel.static void
Checks if a channel and a mask have the same dimensions.static void
DimensionsChecker.check
(Mask maskToCheck, String channelToCheckName, Dimensions dimensionsFromChannel) Checks a mask to make sure it's the same size as an existing channel.static Channel
DimensionsChecker.createSameSize
(ChannelProvider provider, String providerName, Channel channelSameSize) Creates a new channel from a provider, making sure it's the same size as an existing channel.static Mask
DimensionsChecker.createSameSize
(MaskProvider provider, String providerName, Channel channelSameSize) Creates a new mask from a provider, making sure it's the same size as an existing channel. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.feature.bean.list
Methods in org.anchoranalysis.plugin.image.feature.bean.list that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.feature.bean.list.pair
Methods in org.anchoranalysis.plugin.image.feature.bean.list.pair that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected PermuteFeature
<Integer, T> PermuteDivideByParam.createDelegate
(Feature<T> feature) protected abstract PermuteFeature
<Integer, T> PermuteFeatureSequenceInteger.createDelegate
(Feature<T> feature) Creates a delegatePermuteFeature
for the given feature.protected PermuteFeature
<Integer, T> PermuteFirstSecondOrder.createDelegate
(Feature<T> feature) protected FeatureList
<T> PermuteFeature.createPermutedFeaturesFor
(Feature<T> feature) protected abstract FeatureList
<T> PermuteFeatureBase.createPermutedFeaturesFor
(Feature<T> feature) Creates permuted features for the given feature.protected FeatureList
<T> PermuteFeatureSequenceInteger.createPermutedFeaturesFor
(Feature<T> feature) PermuteFeatureBase.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.imagej.bean.channel.provider
Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Channel
BackgroundSubtractor.createFromChannel
(Channel channel, int radius) WithFilterBase.createFromChannel
(Channel channel, int radius) WithRadiusBase.createFromChannel
(Channel channel) protected abstract Channel
WithRadiusBase.createFromChannel
(Channel channel, int radius) Creates a new channel from an existing channel and a radius. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter
Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionEdgeFilterIJ.createFromChannel
(Channel channel) GaussianBlur2D.createFromChannel
(Channel channel) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank
Methods in org.anchoranalysis.plugin.imagej.bean.channel.provider.filter.rank that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.imagej.bean.mask.provider
Methods in org.anchoranalysis.plugin.imagej.bean.mask.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionFillHoles.createFromMask
(Mask mask) MorphologicalOperation.createFromMask
(Mask mask) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.imagej.bean.object.provider
Methods in org.anchoranalysis.plugin.imagej.bean.object.provider that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected ObjectCollection
DrawLineAlongConvexHull.createFromObjects
(ObjectCollection objects) FillHoles.createFromObjects
(ObjectCollection objects) -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.imagej.bean.stack.provider
Methods in org.anchoranalysis.plugin.imagej.bean.stack.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.mpp.bean.object.provider
Methods in org.anchoranalysis.plugin.mpp.bean.object.provider that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.mpp.bean.provider.collection
Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.opencv.bean.color
Methods in org.anchoranalysis.plugin.opencv.bean.color that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that throw ProvisionFailedException -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionSplitContourAtSaddlePoints.createFromObjects
(ObjectCollection objects) FitPointsFromObjects.get()
-
Uses of ProvisionFailedException in org.anchoranalysis.plugin.points.bean.convexhull
Methods in org.anchoranalysis.plugin.points.bean.convexhull that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionprotected Mask
ConvexHull2D.createFromMask
(Mask mask, Mask outline) ConvexHullBase.createFromMask
(Mask mask) protected abstract Mask
ConvexHullBase.createFromMask
(Mask mask, Mask outline) Creates a convex hull from a mask and its outline. -
Uses of ProvisionFailedException in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that throw ProvisionFailedExceptionModifier and TypeMethodDescriptionPointsFitterToMark.createDim()
Creates and returns theDimensions
using the specified provider.PointsFitterToMark.createObjects()
Creates and returns theObjectCollection
using the specified provider.