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-
Features.Base classes for providers of different core data entities related to images.
A provider of
Stacks.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 Channels.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 Masks.Implementations of
ChannelProvider that involve
conversion from or application of ObjectMasks.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 ObjectMasks.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
Channels.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 aNamedFeatureStorefrom 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 ChannelChannelProviderUnary.createFromChannel(Channel channel) Creates aChannelgiven the entity provided by the delegate.protected abstract HistogramHistogramProviderUnary.createFromHistogram(Histogram histogram) Creates aHistogramgiven the entity provided by the delegate.protected abstract MaskMaskProviderUnary.createFromMask(Mask mask) Creates aMaskgiven the entity provided by the delegate.protected abstract ObjectCollectionObjectCollectionProviderUnary.createFromObjects(ObjectCollection objects) Creates aObjectCollectiongiven the entity provided by the delegate.ChannelProviderBinary.get()ChannelProviderTernary.get()ChannelProviderUnary.get()HistogramProviderUnary.get()MaskProviderUnary.get()ObjectCollectionProviderUnary.get()ChannelProvider.getAsStack()MaskProvider.getAsStack()protected abstract ChannelCreates aChannelgiven the two entities provided by the delegates.protected abstract ChannelCreates aChannelgiven 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 StackStackProviderUnary.createFromStack(Stack stack) Creates aStackgiven 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 aStackrepresentation 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 ChannelDistanceTransformForEachObject3D.createFromDimensions(Dimensions dimensions) protected ChannelDistanceTransform3D.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 ChannelUnaryWithObjectsBase.createFromChannel(Channel channel, ObjectCollection objects) Creates a new channel from an existing channel and a collection of objects.UnaryWithValueBase.createFromChannel(Channel channel) protected abstract ChannelUnaryWithValueBase.createFromChannelWithConstant(Channel channel, double value) Creates a new channel from an existing channel and a scalar value.protected abstract ChannelFromDimensionsBase.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 ChannelAssignFromChannel.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 ChannelNormalizeDifferenceToMedian.createFromChannel(Channel channel, ObjectCollection objects) protected ChannelNormalizeObjectIntensity.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 ChannelFromMaskBase.createFromMask(Mask mask) protected abstract ChannelUnaryWithMaskBase.createFromMaskedChannel(Channel channel, Mask mask) Creates a newChannelfrom 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 voidLevelPerObjectBase.writeLevelsForObjects(Channel input, ObjectCollection objects, Channel output) Creates a channel with the levels for a set of objects.protected voidLevelPerObjectIndependently.writeLevelsForObjects(Channel channelIntensity, ObjectCollection objects, Channel output) protected voidLevelPerObjectNeighbors.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 ChannelIdentifyObjects.createFromChannel(Channel channel, ObjectCollection objects) protected ChannelScoreObjects.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 ChannelRepeatSlice.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 TypeMethodDescriptionbooleanDictionaryCondition.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 MaskFromDimensionsBase.createFromDimensions(Dimensions dimensions) Creates aMaskfrom 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 MaskCombineBase.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 MaskFromObjects.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 voidErode.applyMorphologicalOperation(Mask source, boolean do3D) protected abstract voidMorphologicalOperatorBase.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 MaskIfPredicateBase.createFromMask(Mask mask) protected booleanprotected booleanprotected abstract booleanEvaluates 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 ObjectCollectionWithContainerBase.containerRequired()Retrieves the required container of objects.protected DimensionsWithDimensionsBase.createDimensions()Creates the dimensions using the specifiedDimensionsProvider.protected Optional<Dimensions> WithOptionalDimensionsBase.createDims()Creates the dimensions if aDimensionsProvideris specified.protected abstract ObjectCollectionWithChannelBase.createFromChannel(Channel channelSrc) Creates anObjectCollectionfrom a sourceChannel.AtIndex.createFromObjects(ObjectCollection objects) Scale.createFromObjects(ObjectCollection objects) UnaryWithChannelBase.createFromObjects(ObjectCollection objectsSource) protected abstract ObjectCollectionUnaryWithChannelBase.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 ObjectCollectionFilter.createFromObjects(ObjectCollection objects, Optional<List<ObjectMask>> objectsRejected, Optional<Dimensions> dim) protected ObjectCollectionFilterByGroup.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 ObjectCollectionObjectCollectionProviderFilterBase.createFromObjects(ObjectCollection objects, Optional<List<ObjectMask>> objectsRejected, Optional<Dimensions> dimensions) Creates anObjectCollectionfrom the given objects, potentially applying a filter and considering dimensions.RemoveTouchingBorder.createFromObjects(ObjectCollection objects) protected ObjectCollectionObjectCollectionProviderFilterBase.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 ObjectMaskDilate.applyMorphologicalOperation(ObjectMask object, Optional<Extent> extent) protected ObjectMaskErode.applyMorphologicalOperation(ObjectMask object, Optional<Extent> extent) protected abstract ObjectMaskObjectCollectionProviderMorphological.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 ObjectCollectionSegmentChannel.createFromChannel(Channel channelSource) protected ObjectCollectionSegmentWithSeeds.createFromChannel(Channel channel) protected ObjectCollectionBinarySegmentByObject.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 StackThreeChannels.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 voidDimensionsChecker.check(Channel channelToCheck, String channelToCheckName, Dimensions dimFromChannel) Checks a channel to make sure it's the same size as an existing channel.static voidChecks if a channel and a mask have the same dimensions.static voidDimensionsChecker.check(Mask maskToCheck, String channelToCheckName, Dimensions dimensionsFromChannel) Checks a mask to make sure it's the same size as an existing channel.static ChannelDimensionsChecker.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 MaskDimensionsChecker.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 delegatePermuteFeaturefor 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 ChannelBackgroundSubtractor.createFromChannel(Channel channel, int radius) WithFilterBase.createFromChannel(Channel channel, int radius) WithRadiusBase.createFromChannel(Channel channel) protected abstract ChannelWithRadiusBase.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 ObjectCollectionDrawLineAlongConvexHull.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 MaskConvexHull2D.createFromMask(Mask mask, Mask outline) ConvexHullBase.createFromMask(Mask mask) protected abstract MaskConvexHullBase.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 theDimensionsusing the specified provider.PointsFitterToMark.createObjects()Creates and returns theObjectCollectionusing the specified provider.