Uses of Class
org.anchoranalysis.core.exception.CreateException
Packages that use CreateException
Package
Description
A pairing of objects from two collections (bipartite matching).
What to compare an annotation (ground truth) against?
Applying permutations to a bean's fields.
Utility beans which have a generally broader use than a specific module.
Base classes for performing operations on
Channels.Beans to specify a direction.
Conversions and operations involving Java AWT's
BufferedImage.Factory classes for creating
Channel for various
voxel data-types.Classes to describe the size of images or components of images both in voxels and physically.
The key data entity
org.anchoranalysis.image.voxel.object and related-classes and
operations.Labelling elements (object-masks or similar) with unique successive integers in a channel.
Scaling object-collections, or lists of elements with object-representations.
Operations that extract points from image data entities or vice versa.
Defines the key data object,
Stack, and related
classes.Beans pertaining to reading
Channels as input.Writing an
ObjectCollection to the filesystem as
RGB raster-images.Non-bean classes for reading / writing a
Stack from
and to the filesystem.Data-structures to store and manipulate image raster-data or voxels.
The
BinaryVoxels class and related operations.Converts anchor data-structures to the
BufferedImage used by Java's AWT.The different data-types that can be used to represent voxels.
A region in proximity to a voxel, encompassing this voxel as well as others.
The fundamental data class that is an
ObjectMask
and related structures.Morphological operations
applied to
ObjectMasks.Non-bean classes for filesystem I/O using Bioformats.
Converts the byte stream opened by Bioformats into channels of particular data-type.
Beans to derive names (compact unique identifiers) from files.
Beans generally related to
Marks.Criteria for adding edges during optimization of marked-point-processes.
Creating
EnergySchemes.Factorized form of storing the energy during an energy-minimization optimization scheme.
Non-beans for reading data structures related to marked point processes from the file system.
Non-beans for writing data structures related to marked point processes from the file system.
Overlays and related classes involving drawing entities on top
of an image.An implementation of an
Overlay that draws an ObjectMask on an image.Pairs annotations from two different sets, creating an assignment of some type.
Implementations of
MaskProvider that use FIJI.Implementations of
ConvertChannelTo and ConvertChannelToWithHistogram.Implementations of
MaskProvider.Implementations of
MaskProvider that convert
providers of other types to ObjectMasks.Implementations of
StackProvider that color
portions of an image.Implementations of
ThumbnailFromStack.Features from combinations of
ObjectMasks.Non-beans for calculating a thresholding level from itensity values.
Combining multiple images together into a single image.
Source of rows in feature-tables with
FeatureSource and derived classes.Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Task(s) to export histograms of intensity values.
Non-bean classes pertaining to
Features as used in tasks.Non-bean classes about labelling images.
Non-bean classes for image-segmentation.
Non-bean classes pertaining to stacks and channels as used in tasks.
Non-bean classes for thumbnail creation.
Implementations of
ChannelMapCreator.Methods for copying files on the file-system.
Implementations of
FileNamer.Implementations of
StackProvider involving
Mark or related classes.Conversion to/from OpenCV data-structures.
Fitting geometric structures to points.
CalculationPart related to fitting
ellipsoids to points by least-squares.Non-bean convex hull operations.
Testing utilities and fixtures with no greater downstream dependency than
anchor-image-feature or anchor-mpp.
-
Uses of CreateException in org.anchoranalysis.annotation.io.assignment
Method parameters in org.anchoranalysis.annotation.io.assignment with type arguments of type CreateExceptionModifier and TypeMethodDescriptionstatic <T> CostMatrix<T> CostMatrix.create(List<T> first, List<T> second, boolean symmetric, CheckedToDoubleBiFunction<T, T, CreateException> costCalculator) Creates by calculating the cost between elements.Methods in org.anchoranalysis.annotation.io.assignment that throw CreateExceptionModifier and TypeMethodDescriptionstatic <T> CostMatrix<T> CostMatrix.create(List<T> first, List<T> second, boolean symmetric, CheckedToDoubleBiFunction<T, T, CreateException> costCalculator) Creates by calculating the cost between elements. -
Uses of CreateException in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that throw CreateExceptionModifier and TypeMethodDescriptionMultipleComparer.createComparisonStacks(AnnotationWithMarks annotation, DisplayStack background, Path annotationPath, ColorScheme colorScheme, Path modelDirectory, OperationContext context, boolean debugMode) -
Uses of CreateException in org.anchoranalysis.bean.permute
Methods in org.anchoranalysis.bean.permute that throw CreateExceptionModifier and TypeMethodDescriptionPermutedCopyCreator.createPermutedCopies(List<T> beans, PermuteProperty<S> propertyToPermute, PermutationAssigner setter) Applies a permutation to a copy of each element in a list of beans, updating the custom name of each bean to reflect the permutation. -
Uses of CreateException in org.anchoranalysis.image.bean.channel
Methods in org.anchoranalysis.image.bean.channel that throw CreateExceptionModifier and TypeMethodDescriptionabstract ChannelConverter<T> ConvertChannelTo.createConverter()Creates the converter. -
Uses of CreateException in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer that throw CreateExceptionModifier and TypeMethodDescriptionStackDisplayer.deriveFrom(Channel channel) Creates from aChannel.StackDisplayer.deriveFrom(RGBStack rgbStack) Derives aDisplayStackfrom aRGBStack.StackDisplayer.deriveFrom(Stack stack) Derives aDisplayStackfrom aRGBStack. -
Uses of CreateException in org.anchoranalysis.image.bean.spatial.direction
Methods in org.anchoranalysis.image.bean.spatial.direction that throw CreateExceptionModifier and TypeMethodDescriptionAxisAlignedUnitVector.createVector()abstract DirectionVectorDirectionVectorBean.createVector()Creates a vector in a particular direction. -
Uses of CreateException in org.anchoranalysis.image.core.bufferedimage
Methods in org.anchoranalysis.image.core.bufferedimage that throw CreateExceptionModifier and TypeMethodDescriptionstatic BufferedImageCreates aBufferedImagefrom aStack.static BufferedImageBufferedImageFromStack.createRGB(Voxels<UnsignedByteBuffer> red, Voxels<UnsignedByteBuffer> green, Voxels<UnsignedByteBuffer> blue, Extent extent) Creates aBufferedImagefrom threeVoxels<UnsignedByteBuffer>representing respectively, red, green, blue color components. -
Uses of CreateException in org.anchoranalysis.image.core.channel.factory
Methods in org.anchoranalysis.image.core.channel.factory that throw CreateExceptionModifier and TypeMethodDescriptionChannelFactory.createEmptyInitialisedToSupportMaxValue(Dimensions dimensions, long maxIntensityValueNeeded) Creates an empty initialized channel with discrete type with as minimal as needed data-type to support a maximum value. -
Uses of CreateException in org.anchoranalysis.image.core.dimensions
Constructors in org.anchoranalysis.image.core.dimensions that throw CreateExceptionModifierConstructorDescriptionResolution(double x, double y, double z) Creates with a resolution from three double values for each dimension.Resolution(Tuple3d tuple) Constructs a resolution from a tuple. -
Uses of CreateException in org.anchoranalysis.image.core.object
Methods in org.anchoranalysis.image.core.object that throw CreateExceptionModifier and TypeMethodDescriptionstatic ObjectMaskObjectFromPointsFactory.create(Collection<Point3i> points) Create anObjectMaskfrom a collection of points.static HistogramHistogramFromObjectsFactory.createFrom(Channel channel, Optional<Mask> mask) Creates aHistogramof all voxel intensity values inchannel, or only those inmaskif it is dfined.static HistogramHistogramFromObjectsFactory.createFrom(Channel channel, Mask mask) -
Uses of CreateException in org.anchoranalysis.image.core.object.label
Methods in org.anchoranalysis.image.core.object.label that throw CreateExceptionModifier and TypeMethodDescriptionDecodeLabels.create(int smallVolumeThreshold) Creates a list of elements from voxels that are labelled with unique integers (sequentially increasing).Creates a map of elements to other elements that are labelled with unique integers (sequentially increasing) in voxels.LabelObjects.createLabelledChannel(BoundedList<T> elements, Optional<Map<Integer, T>> mapLabels) Creates a channel that contains a unique integer (label) for each element's object-representation.voidLabelObjects.labelElements(Channel channel, Iterable<T> elements, Optional<Map<Integer, T>> mapLabels) Replaces the contents of the channel so that all element's voxels are labelled with successive unique integer identifiers 1,2,3 etc. and voxels in no element are 0. -
Uses of CreateException in org.anchoranalysis.image.core.object.scale
Constructors in org.anchoranalysis.image.core.object.scale that throw CreateExceptionModifierConstructorDescriptionScaledElements(List<T> elements, ScaleFactor scaleFactor, ObjectScalingMethod scalingMethod, Optional<UnaryOperator<T>> preOperation, Optional<UnaryOperator<T>> postOperation, AccessObjectMask<T> access) Creates elements to be scaled. -
Uses of CreateException in org.anchoranalysis.image.core.points
Methods in org.anchoranalysis.image.core.points that throw CreateExceptionModifier and TypeMethodDescriptionPointsFromMask.listFrom2i(Mask mask) PointsFromObject.listFrom2i(ObjectMask object) A list of two-dimensional integer points from the entire object-mask.PointsFromObject.listFromOutline2i(ObjectMask object) A list of points as three-dimensional integers from the outline of an object-mask -
Uses of CreateException in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that throw CreateExceptionModifier and TypeMethodDescriptionDisplayStack.extractSlice(int z) Extract a particular z-slice from theDisplayStackas a new stack, applying any applicable conversion.Constructors in org.anchoranalysis.image.core.stack that throw CreateExceptionModifierConstructorDescriptionDisplayStack(Stack stack, boolean eventuallyThree, Function<VoxelDataType, ChannelConverterAttached<Channel, UnsignedByteBuffer>> createConverter) Create for a particularStackthat may needed to be converted.Creates from a varying number of channels, and a flag to indicate if they represent an RGB image or not.Stack(Dimensions dimensions, ChannelFactorySingleType factory, int numberChannels, boolean rgb) Create with a particular number of emptyChannels. -
Uses of CreateException in org.anchoranalysis.image.io.bean.channel
Methods in org.anchoranalysis.image.io.bean.channel that throw CreateExceptionModifier and TypeMethodDescriptionabstract ChannelMapChannelMapCreator.create(OpenedImageFile openedFile, Logger logger) Creates theChannelMap. -
Uses of CreateException in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that throw CreateExceptionModifier and TypeMethodDescriptionprotected RGBStackDrawCroppedObjectsGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected abstract RGBStackObjectsAsRGBGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates aRGBStackcontaining the background, without objects being drawn upon it.protected ObjectCollectionWithPropertiesDrawCroppedObjectsGenerator.generateMasks(ObjectCollectionWithProperties objects) protected abstract ObjectCollectionWithPropertiesObjectsAsRGBGenerator.generateMasks(ObjectCollectionWithProperties objects) Creates aObjectCollectionWithPropertiesindicative of the masks that will be imposed on top of the background-region. -
Uses of CreateException in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack that throw CreateExceptionModifier and TypeMethodDescriptionstatic RGBStackConvertStackToRGB.convert(Stack stack, StackDisplayer displayer, boolean alwaysNew) Converts all of aDisplayStackto aRGBStack. -
Uses of CreateException in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that throw CreateExceptionModifier and TypeMethodDescriptionBoundedVoxels.region(BoundingBox box, boolean reuseIfPossible) A (sub-)region of the voxels.BoundedVoxels.regionIntersecting(BoundingBox box, int voxelValueForRest) LikeBoundedVoxels.region(org.anchoranalysis.spatial.box.BoundingBox, boolean)but only expects a bounding-box that intersects at least partially.BoundedVoxels.regionZ(int zMin, int zMax, VoxelsFactoryTypeBound<T> factory) Creates an box with a subrange of the slices. -
Uses of CreateException in org.anchoranalysis.image.voxel.binary
Methods in org.anchoranalysis.image.voxel.binary that throw CreateExceptionModifier and TypeMethodDescriptionstatic BinaryVoxels<?> BinaryVoxelsFactory.createEmptyOff(Extent extent, VoxelDataType dataType) Creates an empty binary-voxels of a particular data-type with all voxels initialized to off. (0). -
Uses of CreateException in org.anchoranalysis.image.voxel.convert.bufferedimage
Methods in org.anchoranalysis.image.voxel.convert.bufferedimage that throw CreateExceptionModifier and TypeMethodDescriptionstatic BufferedImageBufferedImageFromVoxels.createGrayscaleByte(Voxels<UnsignedByteBuffer> voxels) Creates aBufferedImagefrom aVoxels<UnsignedByteBuffer>.static BufferedImageBufferedImageFromVoxels.createGrayscaleShort(Voxels<UnsignedShortBuffer> voxels) Creates aBufferedImagefrom aVoxels<UnsignedShortBuffer>. -
Uses of CreateException in org.anchoranalysis.image.voxel.datatype
Methods in org.anchoranalysis.image.voxel.datatype that throw CreateExceptionModifier and TypeMethodDescriptionstatic VoxelDataTypeCombineTypes.combineTypes(VoxelDataType type1, VoxelDataType type2) What data-type to use to represent voxels of bothtype1andtype2? -
Uses of CreateException in org.anchoranalysis.image.voxel.neighborhood
Methods in org.anchoranalysis.image.voxel.neighborhood that throw CreateExceptionModifier and TypeMethodDescriptionstatic <V> GraphWithPayload<V, Integer> NeighborGraph.create(List<V> vertices, Function<V, ObjectMask> vertexToObject, Extent sceneExtent, boolean preventObjectIntersection, boolean do3D) LikeNeighborGraph.create(ObjectCollection, Extent, boolean, boolean)but extracts objects from a list of elements which form the vertices.static GraphWithPayload<ObjectMask, Integer> NeighborGraph.create(ObjectCollection objects, Extent sceneExtent, boolean preventObjectIntersection, boolean do3D) Create the graph with object-masks as vertices, where edges represent the number of neighboring voxels between objects. -
Uses of CreateException in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object that throw CreateExceptionModifier and TypeMethodDescriptionObjectMask.region(BoundingBox box, boolean reuseIfPossible) A (sub-)region of the object-mask.ObjectMask.regionIntersecting(BoundingBox box) Creates an object-mask covering the a bounding-box (that is required to intersect at least partially)ObjectMask.regionZ(int zMin, int zMax) Creates an object-mask with a subrange of the slices. -
Uses of CreateException in org.anchoranalysis.image.voxel.object.morphological
Methods in org.anchoranalysis.image.voxel.object.morphological that throw CreateExceptionModifier and TypeMethodDescriptionstatic BinaryVoxels<UnsignedByteBuffer> MorphologicalDilation.dilate(BinaryVoxels<UnsignedByteBuffer> voxels, int iterations, DilationContext context) Performs a morphological dilation operation.static ObjectMaskMorphologicalDilation.dilate(ObjectMask object, Optional<Extent> extent, boolean useZ, int iterations, boolean bigNeighborhood) Dilates anObjectMask, growing the bounding-box as necessary.static BinaryVoxels<UnsignedByteBuffer> MorphologicalErosion.erode(BinaryVoxels<UnsignedByteBuffer> voxels, int iterations, boolean useZ, Optional<Predicate<Point3i>> precondition) Performs a morphological erosion on aBinaryVoxels<UnsignedByteBuffer> voxels.static ObjectMaskMorphologicalErosion.erode(ObjectMask object, int iterations, boolean useZ) Performs a morphological erosion on anObjectMask.static ObjectMaskMorphologicalErosion.erode(ObjectMask object, int iterations, boolean useZ, Optional<AcceptIterationPredicate> postcondition) Performs a morphological erosion on anObjectMask- with a postcondition. -
Uses of CreateException in org.anchoranalysis.io.bioformats
Methods in org.anchoranalysis.io.bioformats that throw CreateExceptionModifier and TypeMethodDescriptionDimensionsCreator.apply(loci.formats.IFormatReader reader, ReadOptions readOptions, int seriesIndex) Infers the dimensions from an image file. -
Uses of CreateException in org.anchoranalysis.io.bioformats.copyconvert
Methods in org.anchoranalysis.io.bioformats.copyconvert that throw CreateExceptionModifier and TypeMethodDescriptionstatic ConvertTo<?> ConvertToFactory.create(loci.formats.IFormatReader reader, VoxelDataType targetDataType, int effectiveBitsPerPixel) Creates aConvertToto match the desired voxel-type. -
Uses of CreateException in org.anchoranalysis.io.input.bean.namer
Methods in org.anchoranalysis.io.input.bean.namer that throw CreateExceptionModifier and TypeMethodDescriptionprotected abstract StringFileNamerIndependent.deriveName(File file, Optional<Path> inputDirectory, int index) Derives a unique name for this file. -
Uses of CreateException in org.anchoranalysis.mpp.bean.mark
Methods in org.anchoranalysis.mpp.bean.mark that throw CreateExceptionModifier and TypeMethodDescriptionabstract VoxelStatisticsMarkRegion.createStatisticsFor(VoxelizedMarkMemo memo, Dimensions dimensions) Creates voxel statistics for the mark region based on the given memo and dimensions. -
Uses of CreateException in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria that throw CreateExceptionModifier and TypeMethodDescriptionAddCriteria.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) Generates an edge between two marks based on the defined criteria.AddCriteriaEnergyPair.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) AddCriteriaNever.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) AddCriteriaPair.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) AddCriteriaEnergyPair.orderedListOfFeatures()AddCriteriaOr.orderedListOfFeatures()OrderedFeatureList.orderedListOfFeatures()Retrieves an ordered list of features used to determine theAddCriteria. -
Uses of CreateException in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that throw CreateExceptionModifier and TypeMethodDescriptionabstract EnergySchemeEnergySchemeCreator.create()Creates anEnergySchemeinstance.EnergySchemeCreatorByElement.create() -
Uses of CreateException in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that throw CreateExceptionModifier and TypeMethodDescriptionDictionaryForImageCreator.create(EnergyStackWithoutParameters energyStack) Creates a dictionary containing calculated image features for a given energy stack.EnergySchemeWithSharedFeatures.createAddCriteria()Creates anAddCriteriaEnergyPairbased on the energy scheme.EnergyScheme.createDictionary()Creates and returns the associatedDictionaryor an empty dictionary if none is associated.Constructors in org.anchoranalysis.mpp.feature.energy.scheme that throw CreateExceptionModifierConstructorDescriptionEnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria) Creates an energy scheme with the specified features and region map.EnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<DictionaryProvider> dictionary, List<NamedBean<Feature<FeatureInputStack>>> listImageFeatures) Creates an energy scheme with the specified features, region map, and additional options. -
Uses of CreateException in org.anchoranalysis.mpp.io.input
Methods in org.anchoranalysis.mpp.io.input that throw CreateExceptionModifier and TypeMethodDescriptionstatic MarksInitializationMarksInitializationFactory.create(Optional<? extends ExportSharedObjects> input, InitializationContext context, Optional<Define> define) Creates a newMarksInitializationinstance.static MarksInitializationMarksInitializationFactory.createFromExisting(InitializationContext context, Optional<Define> define, Optional<SharedObjects> sharedObjects, Optional<Dictionary> dictionary) Creates a newMarksInitializationinstance from existing shared objects and dictionary. -
Uses of CreateException in org.anchoranalysis.mpp.io.output
Methods in org.anchoranalysis.mpp.io.output that throw CreateExceptionModifier and TypeMethodDescriptionstatic DisplayStackBackgroundCreator.createBackground(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStackfrom a named stack in a collection. -
Uses of CreateException in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that throw CreateExceptionModifier and TypeMethodDescriptionOverlayMark.createObject(Dimensions dimensionsEntireImage, BinaryValuesByte binaryValuesOut) -
Uses of CreateException in org.anchoranalysis.overlay
Methods in org.anchoranalysis.overlay that throw CreateExceptionModifier and TypeMethodDescriptionabstract ObjectWithPropertiesOverlay.createObject(Dimensions dimensionsEntireImage, BinaryValuesByte binaryValuesOut) Derives an object-mask representation of the overlay to be drawn withoverlayWriter. -
Uses of CreateException in org.anchoranalysis.overlay.object
Methods in org.anchoranalysis.overlay.object that throw CreateExceptionModifier and TypeMethodDescriptionOverlayObjectMask.createObject(Dimensions dimensionsEntireImage, BinaryValuesByte binaryValuesOut) -
Uses of CreateException in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Methods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner that throw CreateExceptionModifier and TypeMethodDescriptionabstract TAnnotationComparisonAssigner.createAssignment(ObjectsToCompare objectsToCompare, Dimensions dimensions, boolean useMIP, InputOutputContext context) Creates an assignment based on the objects to compare.FeatureCostAssigner.createAssignment(ObjectsToCompare objectsToCompare, Dimensions dimensions, boolean useMIP, InputOutputContext context) MaskIntersectionAssigner.createAssignment(ObjectsToCompare objectsToCompare, Dimensions dimensions, boolean useMIP, InputOutputContext context) -
Uses of CreateException in org.anchoranalysis.plugin.fiji.bean.mask.provider
Methods in org.anchoranalysis.plugin.fiji.bean.mask.provider that throw CreateExceptionModifier and TypeMethodDescriptionprotected MaskAutoLocalThreshold.createFromSource(Channel channel) -
Uses of CreateException in org.anchoranalysis.plugin.image.bean.channel.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.convert that throw CreateException -
Uses of CreateException in org.anchoranalysis.plugin.image.bean.mask.provider
Methods in org.anchoranalysis.plugin.image.bean.mask.provider that throw CreateExceptionModifier and TypeMethodDescriptionprotected abstract MaskFromChannelBase.createFromSource(Channel source) -
Uses of CreateException in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.convert that throw CreateException -
Uses of CreateException in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.segment that throw CreateExceptionModifier and TypeMethodDescriptionprotected MaskSegmentChannel.createFromSource(Channel source) protected MaskThreshold.createFromSource(Channel source) -
Uses of CreateException in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color that throw CreateExceptionModifier and TypeMethodDescriptionprotected abstract ColoredObjectCollectionColoredBase.coloredObjectsToDraw(Dimensions backgroundDimensions) Creates colored-objects to be drawn.protected ColoredObjectCollectionColoredBaseWithGenerator.coloredObjectsToDraw(Dimensions backgroundDimensions) protected ColoredObjectCollectionColoredMask.coloredObjectsToDraw(Dimensions backgroundDimensions) protected ColoredObjectCollectionThreeColoredObjects.coloredObjectsToDraw(Dimensions backgroundDimensions) protected abstract ObjectCollectionColoredBaseWithGenerator.objectsToDraw(Dimensions backgroundDimensions) The objects to draw (without any colors) on the background.protected ObjectCollectionColoredObjects.objectsToDraw(Dimensions backgroundDimensions) -
Uses of CreateException in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack that throw CreateExceptionModifier and TypeMethodDescriptionScaleToSize.thumbnailFor(Stack stack) abstract DisplayStackThumbnailFromStack.thumbnailFor(Stack stack) Creates a thumbnail for a stack. -
Uses of CreateException in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that throw CreateExceptionModifier 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) PairNeighbors.createFeatures(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) CombineObjectsForFeatures.deriveInputsStartBatch(ObjectCollection objects, EnergyStack energyStack, boolean thumbnailsEnabled, OperationContext context) Derives a list of inputs (i.e. rows in a feature table) and starts a batch of related thumbnail generation.abstract ObjectCollectionCombineObjectsForFeatures.objectsForThumbnail(T input) Selects objects from an input that will be used for thumbnail generation.EachObjectIndependently.objectsForThumbnail(FeatureInputSingleObject input) PairNeighbors.objectsForThumbnail(FeatureInputPairObjects input) CombineObjectsForFeatures.startBatchDeriveInputs(ObjectCollection objects, EnergyStack energyStack, Logger logger) Derives a list of inputs from an object-collection.EachObjectIndependently.startBatchDeriveInputs(ObjectCollection objects, EnergyStack energyStack, Logger logger) PairNeighbors.startBatchDeriveInputs(ObjectCollection objects, EnergyStack energyStack, Logger logger) -
Uses of CreateException in org.anchoranalysis.plugin.image.intensity.level
Methods in org.anchoranalysis.plugin.image.intensity.level that throw CreateExceptionModifier and TypeMethodDescriptionstatic LevelResultCollectionLevelResultCollectionFactory.createCollection(Channel channel, ObjectCollection objects, CalculateLevel calculateLevel, int numberDilations, MessageLogger logger) Creates aLevelResultCollectionfrom a channel and object collection. -
Uses of CreateException in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return types with arguments of type CreateExceptionModifier and TypeMethodDescriptionprotected CheckedFunction<Channel, Channel, CreateException> AggregateChannelTask.createChannelDeriver(ChannelSource source) -
Uses of CreateException in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that throw CreateExceptionModifier and TypeMethodDescriptionabstract FeatureExporter<S> FeatureSource.createExporter(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<U>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Creates theFeatureExporterto be used for calculating and exporting feature-results.SingleRowPerInput.createExporter(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<S>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) -
Uses of CreateException in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return types with arguments of type CreateExceptionModifier and TypeMethodDescriptionprotected abstract CheckedFunction<Channel, S, CreateException> GroupedStackBase.createChannelDeriver(ChannelSource source) A function to derive the individual type used for aggregation from aChannel. -
Uses of CreateException in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram that return types with arguments of type CreateExceptionModifier and TypeMethodDescriptionprotected CheckedFunction<Channel, Histogram, CreateException> ExportImageHistograms.createChannelDeriver(ChannelSource source) -
Uses of CreateException in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that throw CreateExceptionModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureExporter<FeatureList<T>> FeatureExporter.create(List<NamedBean<FeatureListProvider<T>>> features, LabelHeaders metadataHeaders, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from a list of namedFeatureListProviders.static <T extends FeatureInput>
FeatureExporter<FeatureTableCalculator<T>> FeatureExporter.create(FeatureOutputNames outputNames, FeatureTableCalculator<T> features, LabelHeaders identifierHeaders, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from aNamedFeatureStore.static <T extends FeatureInput>
FeatureExporter<FeatureList<T>> FeatureExporter.create(NamedFeatureStore<T> featureStore, LabelHeaders metadataHeaders, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from aNamedFeatureStore. -
Uses of CreateException in org.anchoranalysis.plugin.image.task.labeller
Constructors in org.anchoranalysis.plugin.image.task.labeller that throw CreateExceptionModifierConstructorDescriptionSharedStateFilteredImageOutput(Outputter baseOutputter, ImageLabeller<T> filter, String outputNameMapping, String outputNameImages) Creates a newSharedStateFilteredImageOutput. -
Uses of CreateException in org.anchoranalysis.plugin.image.task.segment
Constructors in org.anchoranalysis.plugin.image.task.segment that throw CreateExceptionModifierConstructorDescriptionSharedStateSegmentInstance(ConcurrentModelPool<T> modelPool, FeatureTableCalculator<FeatureInputSingleObject> featureTable, LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context) Creates a new instance of SharedStateSegmentInstance. -
Uses of CreateException in org.anchoranalysis.plugin.image.task.stack
Constructors in org.anchoranalysis.plugin.image.task.stack that throw CreateExceptionModifierConstructorDescriptionSharedStateSelectedSlice(Outputter baseOutputter) Creates a new instance of SharedStateSelectedSlice. -
Uses of CreateException in org.anchoranalysis.plugin.image.thumbnail
Methods in org.anchoranalysis.plugin.image.thumbnail that throw CreateExceptionModifier and TypeMethodDescriptionThumbnailBatch.thumbnailFor(T element) Creates a thumbnail for an element in the batch. -
Uses of CreateException in org.anchoranalysis.plugin.io.bean.channel.map
Methods in org.anchoranalysis.plugin.io.bean.channel.map that throw CreateExceptionModifier and TypeMethodDescriptionAutoname.create(OpenedImageFile openedFile, Logger logger) FromMetadata.create(OpenedImageFile openedFile, Logger logger) SingleChannel.create(OpenedImageFile openedFile, Logger logger) -
Uses of CreateException in org.anchoranalysis.plugin.io.bean.file.copy.method
Methods in org.anchoranalysis.plugin.io.bean.file.copy.method that throw CreateExceptionModifier and TypeMethodDescriptionvoidMakes a copy of the file atsourceatdestination.voidBytewise.makeCopyWithDirectory(Path source, Path destination) voidCompressAnyTIFF.makeCopyWithDirectory(Path source, Path destination) protected abstract voidCopyFilesMethod.makeCopyWithDirectory(Path source, Path destination) LikeCopyFilesMethod.makeCopy(Path,Path)but after any necessary directories are created sodestinationcan be written. -
Uses of CreateException in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer that throw CreateExceptionModifier and TypeMethodDescriptionprotected StringNormalizedPath.deriveName(File file, Optional<Path> inputDirectory, int index) protected StringRelativeToDirectory.deriveName(File file, Optional<Path> inputDirectory, int index) -
Uses of CreateException in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define that throw CreateExceptionModifier and TypeMethodDescriptionprotected ImageInitializationDefineOutputter.createInitialization(InitializationContext context, Optional<SharedObjects> sharedObjects, Optional<Dictionary> dictionary) Creates anImageInitializationfrom the given context, shared objects, and dictionary.protected ImageInitializationDefineOutputter.createInitialization(InitializationContext context, ExportSharedObjects input) Creates anImageInitializationfrom the given context and input. -
Uses of CreateException in org.anchoranalysis.plugin.mpp.bean.stack.provider
Methods in org.anchoranalysis.plugin.mpp.bean.stack.provider that throw CreateExceptionModifier and TypeMethodDescriptionprotected ObjectCollectionColoredMarks.objectsToDraw(Dimensions backgroundDimensions) -
Uses of CreateException in org.anchoranalysis.plugin.opencv.convert
Methods in org.anchoranalysis.plugin.opencv.convert that throw CreateExceptionModifier and TypeMethodDescriptionstatic org.opencv.core.MatConvertToMat.fromObject(ObjectMask object) Convert aObjectMaskto aMat.static org.opencv.core.MatConverts aStackto aMat.static org.opencv.core.MatConvertToMat.makeRGBStack(Stack stack, boolean swapRedBlueChannels) Derives aMatrepresenting an RGB stack. -
Uses of CreateException in org.anchoranalysis.plugin.points.bean.fitter
Constructors in org.anchoranalysis.plugin.points.bean.fitter that throw CreateExceptionModifierConstructorDescriptionEllipseStandardFormConverter(cern.colt.matrix.DoubleMatrix1D matrix) Creates a newEllipseStandardFormConverterand performs the conversion. -
Uses of CreateException in org.anchoranalysis.plugin.points.calculate.ellipsoid
Method parameters in org.anchoranalysis.plugin.points.calculate.ellipsoid with type arguments of type CreateExceptionModifier and TypeMethodDescriptionstatic EllipsoidEllipsoidFactory.createMarkEllipsoidLeastSquares(CheckedSupplier<List<Point3i>, CreateException> opPoints, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoidusing least-squares fitting to a supplied list of points.Methods in org.anchoranalysis.plugin.points.calculate.ellipsoid that throw CreateExceptionModifier and TypeMethodDescriptionstatic EllipsoidEllipsoidFactory.createMarkEllipsoidLeastSquares(CheckedSupplier<List<Point3i>, CreateException> opPoints, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoidusing least-squares fitting to a supplied list of points.static EllipsoidEllipsoidFactory.createMarkEllipsoidLeastSquares(ObjectMask object, Dimensions dimensions, boolean suppressZCovariance, double shell) Creates aEllipsoidusing least-squares fitting to the points on the outline of anObjectMask. -
Uses of CreateException in org.anchoranalysis.plugin.points.convexhull
Methods in org.anchoranalysis.plugin.points.convexhull that throw CreateExceptionModifier and TypeMethodDescriptionConvexHullUtilities.pointsOnOutline(ObjectMask object) Get points on the outline of a single object. -
Uses of CreateException in org.anchoranalysis.test.feature.plugins
Methods in org.anchoranalysis.test.feature.plugins that throw CreateExceptionModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureList<T> FeaturesFromXMLFixture.createFeatureList(String xmlPath, TestLoader loader) Creates a feature list from an XML file.static <T extends FeatureInput>
List<NamedBean<FeatureListProvider<T>>> FeaturesFromXMLFixture.createNamedFeatureProviders(String xmlPath, TestLoader loader) Creates a list of named feature list providers from an XML file.