Uses of Class
org.anchoranalysis.image.core.stack.Stack
Packages that use Stack
Package
Description
Generates output images to illustrate a
Assignment between annotations.What to compare an annotation (ground truth) against?
A particular stack used in feature-calculations called a
EnergyStack together with related classes.Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Non-beans to specify how to form a single-image by spatially combining other images.
Base classes for providers of different core data entities related to images.
A provider of
Stacks.Conversions and operations involving Java AWT's
BufferedImage.Converts a channel to other data-types.
Defines the key data object,
Stack, and related
classes.A collection of
Stacks, each with a unique identifier
as a name.Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Instance-segmentation of a
Stack.Non-beans pertaining to segmentation of images via model inference.
Beans to combine multiple stacks into a single stack before outputting.
Bean classes for reading raster-files from the filesystem.
Bean classes for writing raster-files to the filesystem.
Non-bean classes for a mapping of names to
Channels.Non-bean classes for writing a
Channel to the
filesystem.Writing an
ObjectCollection to the filesystem as a
single-channeled stack.Writing an
ObjectCollection to the filesystem as
multiple binary singled-channeled images.Writing an
ObjectCollection to the filesystem as
RGB raster-images.Non-bean classes for reading / writing a
Stack from
and to the filesystem.Non-bean classes for reading a
Stack from the
filesystem.Non-bean classes for writing a
Stack to the
filesystem.Base classes for generators that ultimately write only a bounding-box portion of a
Stack to the filesystem.Base classes for generators that ultimately write a
Stack to the filesystem.A time-sequence of
Stacks.Writing stacks to the file system using the Bioformats library.
Raster-writers that use ImageJ to write images to the filesystem.
Converts to and from ImageJ data-structures for images.
Non-beans for writing data structures related to marked point processes from the file system.
Implementations of
StackProvider.Implementations of
StackProvider that color
portions of an image.Implementations of
ThumbnailFromObjects.Implementations of
ThumbnailFromStack.Tasks for converting image-formats.
Tasks to scale an image.
Non-bean classes about grouping channels or other inputs.
Implementations of
StackProvider that call
ImageJ.Implementations of
StackWriter.Non-bean classes to help use multiple files to represent a single
Stack.Buffers used in
org.anchoranalysis.plugin.io.multifile.Segmenting a
Stack using the ONNX Runtime to produce
an ObjectCollection.Operations involving color-spaces and OpenCV.
Segmentation of a
Stack using OpenCV.Conversion to/from OpenCV data-structures.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
Utilities for testing-related reading and writing to the filesystem.
Load test image data.
Fixtures or other helper classes for testing image segmentation algorithms.
-
Uses of Stack in org.anchoranalysis.annotation.io.assignment.generator
Methods in org.anchoranalysis.annotation.io.assignment.generator that return StackModifier and TypeMethodDescriptionDrawColoredObjects.createObjectsImage(Assignment<ObjectMask> assignment, boolean left, AssignmentColorPool colorPool) Creates an image with the objects colored, as indicated in the class description.AssignmentGenerator.transform(Assignment<ObjectMask> element) -
Uses of Stack in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return types with arguments of type StackModifier and TypeMethodDescriptionMultipleComparer.createComparisonStacks(AnnotationWithMarks annotation, DisplayStack background, Path annotationPath, ColorScheme colorScheme, Path modelDirectory, OperationContext context, boolean debugMode) -
Uses of Stack in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return StackModifier and TypeMethodDescriptionEnergyStack.asStack()Derive aStackrepresentation containing the identical channels to the current instance.EnergyStackWithoutParameters.asStack()Derive aStackrepresentation containing the identical channels to the current instance.Constructors in org.anchoranalysis.feature.energy with parameters of type StackModifierConstructorDescriptionEnergyStack(Stack stack) Create from aEnergyStackwithout any additional parameters.EnergyStack(Stack stack, Dictionary dictionary) Create from aStackwith associated parameters in aDictionary.Create a energy-stack comprised of all channels from a stack -
Uses of Stack in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer with parameters of type StackModifier and TypeMethodDescriptionStackDisplayer.deriveFrom(Stack stack) Derives aDisplayStackfrom aRGBStack. -
Uses of Stack in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init that return types with arguments of type StackModifier and TypeMethodDescriptionImageInitialization.combinedStacks()Exposes several entities that have naturalStackrepresentations as a unifiedNamedProvider.ImageInitialization.stacks()A collection ofStacks, indexed by name.Methods in org.anchoranalysis.image.bean.nonbean.init with parameters of type StackModifier and TypeMethodDescriptionvoidAdds aStackto the corresponding named-collection of stacks.Method parameters in org.anchoranalysis.image.bean.nonbean.init with type arguments of type StackModifier and TypeMethodDescriptionvoidImageInitialization.addStacksFrom(NamedProvider<Stack> source) Adds all theStacks available in aNamedProviderusing the corresponding identifiers. -
Uses of Stack in org.anchoranalysis.image.bean.nonbean.spatial.arrange
Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange with parameters of type StackModifier and TypeMethodDescriptionstatic voidStackCopierAtBox.copyImageInto(Stack source, Stack destination, BoundingBox box) -
Uses of Stack in org.anchoranalysis.image.bean.provider
Methods in org.anchoranalysis.image.bean.provider that return Stack -
Uses of Stack in org.anchoranalysis.image.bean.provider.stack
Methods in org.anchoranalysis.image.bean.provider.stack that return StackModifier and TypeMethodDescriptionprotected abstract StackStackProviderUnary.createFromStack(Stack stack) Creates aStackgiven the entity provided by the delegate.Arrange.get()StackProviderUnary.get()StackProvider.getAsStack()Methods in org.anchoranalysis.image.bean.provider.stack that return types with arguments of type StackModifier and TypeMethodDescriptionArrange.getList()The stacks that are passed in respect order intoarrange.StackProviderUnary.getStack()The delegateProvider<Stack>that is called.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type StackModifier and TypeMethodDescriptionprotected abstract StackStackProviderUnary.createFromStack(Stack stack) Creates aStackgiven the entity provided by the delegate.Method parameters in org.anchoranalysis.image.bean.provider.stack with type arguments of type StackModifier and TypeMethodDescriptionvoidAdds a stack to the existing list of stack-providers.voidThe stacks that are passed in respect order intoarrange.voidThe delegateProvider<Stack>that is called. -
Uses of Stack in org.anchoranalysis.image.core.bufferedimage
Methods in org.anchoranalysis.image.core.bufferedimage that return StackModifier and TypeMethodDescriptionstatic StackCreateStackFromBufferedImage.createFrom(BufferedImage bufferedImage) Create aStackby converting aBufferedImage.Methods in org.anchoranalysis.image.core.bufferedimage with parameters of type Stack -
Uses of Stack in org.anchoranalysis.image.core.channel.convert
Methods in org.anchoranalysis.image.core.channel.convert that return StackModifier and TypeMethodDescriptionChannelConverter.convert(Stack stack, ConversionPolicy changeExisting) LikeChannelConverter.convert(Channel, ConversionPolicy)but converts every channel in aStack.Methods in org.anchoranalysis.image.core.channel.convert with parameters of type StackModifier and TypeMethodDescriptionChannelConverter.convert(Stack stack, ConversionPolicy changeExisting) LikeChannelConverter.convert(Channel, ConversionPolicy)but converts every channel in aStack. -
Uses of Stack in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return StackModifier and TypeMethodDescriptionRGBStack.asStack()Exposes the underlying stack, storing the three RGB channels in respective order.DisplayStack.deriveStack(boolean alwaysNew) Derives aStackfrom the display-stack that will be converted to 8-bit if necessary.Stack.duplicateDeep()Performs a deep copy of the stack, so that all channels are duplicated.Stack.duplicateShallow()Performs a shallow copy of the stack, so that all channels are reused.Stack.extractSlice(int z) Extract a particular z-slice from theStackas a new stack.Stack.extractUpToThreeChannels()ProviderAsStack.getAsStack()Retrieves or creates aStackrepresentation of an entity.DisplayStack.getStack()The underlying stack that will be displayed, possibly after conversion.Stack.mapChannel(CheckedUnaryOperator<Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel.Stack.mapChannelWithIndex(CheckedBiFunction<Channel, Integer, Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel (with an index of the channel also available).Stack.projectMax()Creates a Maximum Intensity Projection of each channel.Methods in org.anchoranalysis.image.core.stack with parameters of type StackModifier and TypeMethodDescriptionfinal voidStack.addChannelsFrom(Stack stack) Add the channels from another instance into this instance.booleanStack.equalsDeep(Stack other, boolean compareResolution) Are the two stack equal using a deep voxel by voxel comparison of each channel?Constructors in org.anchoranalysis.image.core.stack with parameters of type StackModifierConstructorDescriptionDisplayStack(Stack stack) Create for a particularStackwhere all channels are already guaranteed to be unsigned-bit.DisplayStack(Stack stack, boolean eventuallyThree, Function<VoxelDataType, ChannelConverterAttached<Channel, UnsignedByteBuffer>> createConverter) Create for a particularStackthat may needed to be converted.Creates from an existing stack (which must have 1 or 3 channels). -
Uses of Stack in org.anchoranalysis.image.core.stack.named
Methods in org.anchoranalysis.image.core.stack.named that return types with arguments of type StackModifier and TypeMethodDescriptionNamedStacksSupplier.get()Gets theNamedProviderofStacks.NamedStacks.getOptional(String identifier) Methods in org.anchoranalysis.image.core.stack.named with parameters of type StackModifier and TypeMethodDescriptionvoidAdd a stack.voidAdds an element to the store.Method parameters in org.anchoranalysis.image.core.stack.named with type arguments of type StackModifier and TypeMethodDescriptionvoidNamedStacks.add(String identifier, StoreSupplier<Stack> supplier) voidNamedStacks.addFrom(NamedProvider<Stack> source) Adds aStackfrom aNamedProvider.voidNamedStacks.addFromWithPrefix(NamedProvider<Stack> source, String prefix) LikeNamedStacks.addFrom(NamedProvider)but additionally adds a prefix to the name when adding.NamedStacks.applyOperation(UnaryOperator<Stack> operation, Optional<Dimensions> dimensions) Applies an operation on eachStackin the collection and returns a new derived collection.<E extends Exception>
voidNamedStacks.forEach(CheckedBiConsumer<String, StoreSupplier<Stack>, E> consumer) Iterates over each entry in the map. -
Uses of Stack in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return types with arguments of type StackModifier and TypeMethodDescriptionFeatureEvaluator.getStackEnergy()Optionally specifies an energy-stack to be associated with every calculation input.Method parameters in org.anchoranalysis.image.feature.bean.evaluator with type arguments of type StackModifier and TypeMethodDescriptionvoidFeatureEvaluator.setStackEnergy(Provider<Stack> stackEnergy) Optionally specifies an energy-stack to be associated with every calculation input. -
Uses of Stack in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type StackModifier and TypeMethodDescriptionprotected abstract TSegmentStackIntoObjectsScaleDecode.deriveInput(Stack stack, Optional<double[]> subtractMeans) Derives the input tensor from an image.SegmentStackIntoObjectsPooled.segment(Stack stack, ExecutionTimeRecorder executionTimeRecorder) Segments individually using a pool of size 1 just for one stack.abstract SegmentedObjectsSegmentStackIntoObjectsPooled.segment(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) Segments a stack to produce an object-collection.SegmentStackIntoObjectsScaleDecode.segment(Stack stack, ConcurrentModelPool<S> modelPool, ExecutionTimeRecorder executionTimeRecorder) SuppressNonMaximum.segment(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) -
Uses of Stack in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return StackModifier and TypeMethodDescriptionSegmentedBackground.atInputScale()The background scaled to match the size of the input-image.SegmentedBackground.atModelScale()The background scaled to match the size of the input for model inference.SegmentedObjectsAtScale.background()The background image associated with this particular scale.Methods in org.anchoranalysis.image.inference.segment that return types with arguments of type StackModifier and TypeMethodDescriptionSegmentedBackground.getBackground()The background image to use for segmentation, when visualizing segmentations.Constructors in org.anchoranalysis.image.inference.segment with parameters of type StackModifierConstructorDescriptionSegmentedObjectsAtScale(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScaleinstance.Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type StackModifierConstructorDescriptionSegmentedBackground(DualScale<Stack> background, StackDisplayer displayer) Creates a newSegmentedBackgroundinstance. -
Uses of Stack in org.anchoranalysis.image.io.bean.stack.combine
Methods in org.anchoranalysis.image.io.bean.stack.combine that return StackMethods in org.anchoranalysis.image.io.bean.stack.combine that return types with arguments of type StackModifier and TypeMethodDescriptionWriteText.getRepeatZProvider()Repeats the generated (2D) string in z, so it's the same z-size asintensityProviderStackProviderWithLabel.getStack()Provides the stack.Method parameters in org.anchoranalysis.image.io.bean.stack.combine with type arguments of type StackModifier and TypeMethodDescriptionvoidWriteText.setRepeatZProvider(Provider<Stack> repeatZProvider) Repeats the generated (2D) string in z, so it's the same z-size asintensityProvidervoidProvides the stack.Constructors in org.anchoranalysis.image.io.bean.stack.combine with parameters of type StackModifierConstructorDescriptionStackProviderWithLabel(Stack stack, String label) Create for a particularStackand label. -
Uses of Stack in org.anchoranalysis.image.io.bean.stack.reader
Methods in org.anchoranalysis.image.io.bean.stack.reader that return StackModifier and TypeMethodDescriptionStackReader.readStack(Path path, OperationContext context) Opens a file atpaththat should contain only a single-stack. -
Uses of Stack in org.anchoranalysis.image.io.bean.stack.writer
Methods in org.anchoranalysis.image.io.bean.stack.writer with parameters of type StackModifier and TypeMethodDescriptionvoidOneOrThreeChannelsWriter.writeStack(Stack stack, Path filePath, StackWriteOptions options) abstract voidStackWriter.writeStack(Stack stack, Path filePath, StackWriteOptions options) Writes a stack to the filesystem at a particular path.protected abstract voidOneOrThreeChannelsWriter.writeStackAfterCheck(Stack stack, Path filePath) Writes theStackto the file-system, after a check has already occurred that the correct number of channels exist.StackWriter.writeStackWithExtension(Stack stack, Path filePath, StackWriteOptions options) Writes a stack to the filesystem at a particular path with an extension appended to the path. -
Uses of Stack in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map that return types with arguments of type StackModifier and TypeMethodDescriptionNamedChannelsConcatenate.allChannelsAsStack(int t, Logger logger) NamedChannelsMap.allChannelsAsStack(int timeIndex, Logger logger) Combines all channels as a singleStackat a particular time-frame.OpenedNamedChannels.allChannelsAsStack(int t, Logger logger) -
Uses of Stack in org.anchoranalysis.image.io.channel.output
Methods in org.anchoranalysis.image.io.channel.output that return Stack -
Uses of Stack in org.anchoranalysis.image.io.object.output.grayscale
Methods in org.anchoranalysis.image.io.object.output.grayscale that return StackModifier and TypeMethodDescriptionObjectsAsUniqueValueGenerator.transform(ObjectCollection element) ObjectsMergedAsMaskGenerator.transform(ObjectCollection element) -
Uses of Stack in org.anchoranalysis.image.io.object.output.mask
Methods in org.anchoranalysis.image.io.object.output.mask that return Stack -
Uses of Stack in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return StackModifier and TypeMethodDescriptionObjectsAsRGBGenerator.transform(ObjectCollectionWithProperties element) -
Uses of Stack in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type StackModifier and TypeMethodDescriptionstatic RGBStackConvertStackToRGB.convert(Stack stack, StackDisplayer displayer, boolean alwaysNew) Converts all of aDisplayStackto aRGBStack. -
Uses of Stack in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return StackModifier and TypeMethodDescriptiondefault StackExposes the input as a singleStackthrow an error if more than one exists.Method parameters in org.anchoranalysis.image.io.stack.input with type arguments of type StackModifier and TypeMethodDescriptiondefault voidProvidesStackInput.addToStoreInferNames(NamedProviderStore<Stack> store, Logger logger) Adds the current object to a named-store of stacks (using the default series). -
Uses of Stack in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return types with arguments of type StackModifier and TypeMethodDescriptionOutputSequenceStackFactory.incrementingByOne(String subdirectoryName, OutputterChecked outputter) Creates an sequence of stacks in a subdirectory with a number in the outputted file name that increments each time by one.OutputSequenceStackFactory.withoutOrderCurrentDirectory(String outputName, OutputterChecked outputter) Creates a sequence of stacks in the current context's directory that has no pattern.Methods in org.anchoranalysis.image.io.stack.output with parameters of type StackModifier and TypeMethodDescriptionstatic StackWriteAttributesThe options that narrowly describe a stack as possible.booleanStackWriteAttributes.writeAsRGB(Stack stack) Whether to write a stack in RGB mode?Method parameters in org.anchoranalysis.image.io.stack.output with type arguments of type StackModifier and TypeMethodDescriptionstatic voidNamedStacksOutputter.output(NamedProvider<Stack> stacks, String outputName, boolean suppressSubdirectory, OutputterChecked outputter) Writes all or a subset from a set of named-stacks to a directory as a raster.voidOutputSequenceStackFactory.withoutOrderSubset(NamedProvider<Stack> stacks, String outputName, boolean suppressSubdirectory, OutputterChecked outputter) Writes all or a subset from a set of named-stacks to a directory. -
Uses of Stack in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box that return StackModifier and TypeMethodDescriptionScaleableBackground.extractRegionFromStack(BoundingBox box) Extracts a portion of a stack (flattened and maybe scaled) corresponding to a bounding-boxDrawObjectOnStackGenerator.transform(BoundedList<ObjectMask> element) ExtractBoundingBoxAreaFromStackGenerator.transform(BoundingBox element) Method parameters in org.anchoranalysis.image.io.stack.output.box with type arguments of type StackModifier and TypeMethodDescriptionstatic DrawObjectOnStackGeneratorDrawObjectOnStackGenerator.createFromGenerator(TransformingGenerator<BoundingBox, Stack> backgroundGenerator, int outlineWidth, ColorIndex colors) Creates an extracted-object generator that draws an outline - with default color green and flattened in Z. -
Uses of Stack in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator that return StackModifier and TypeMethodDescriptionprotected StackDisplayStackGenerator.convertBeforeAssign(DisplayStack element) protected StackFlattenStackGenerator.convertBeforeAssign(Stack element) protected StackDisplayStackGenerator.convertBeforeTransform(Stack stack) protected StackFlattenStackGenerator.convertBeforeTransform(Stack stack) protected StackRasterGeneratorBridge.convertBeforeTransform(Stack stack) protected abstract StackRasterGeneratorDelegateToRaster.convertBeforeTransform(Stack stack) Converts an element before callingRasterGeneratorDelegateToRaster.transform(T)on thedelegate.Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type StackModifier and TypeMethodDescriptionprotected StackFlattenStackGenerator.convertBeforeAssign(Stack element) protected StackDisplayStackGenerator.convertBeforeTransform(Stack stack) protected StackFlattenStackGenerator.convertBeforeTransform(Stack stack) protected StackRasterGeneratorBridge.convertBeforeTransform(Stack stack) protected abstract StackRasterGeneratorDelegateToRaster.convertBeforeTransform(Stack stack) Converts an element before callingRasterGeneratorDelegateToRaster.transform(T)on thedelegate.protected abstract StringRasterGenerator.selectFileExtension(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Selects the file-extension to use for a particular stack.protected StringRasterGeneratorSelectFormat.selectFileExtension(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Combines stack-write-options derived for a particular stack with the general write-options associated with theRasterGenerator.protected abstract voidRasterGenerator.writeToFile(T untransformedElement, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) Writes a stack to the file-system.protected voidRasterGeneratorSelectFormat.writeToFile(T element, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) -
Uses of Stack in org.anchoranalysis.image.io.stack.time
Methods in org.anchoranalysis.image.io.stack.time that return StackModifier and TypeMethodDescriptionTimeSeries.getFrame(int index) Gets a frame in the time-series.Methods in org.anchoranalysis.image.io.stack.time that return types with arguments of type StackConstructors in org.anchoranalysis.image.io.stack.time with parameters of type StackModifierConstructorDescriptionTimeSeries(Stack frame) Creates aTimeSeriescontaining a single frame only.Constructor parameters in org.anchoranalysis.image.io.stack.time with type arguments of type StackModifierConstructorDescriptionExtractFrameStore(NamedProviderStore<Stack> stacks) Creates to extract at time-index 0.ExtractFrameStore(NamedProviderStore<Stack> stacks, int timeIndex) Creates to extract at time-indextimeIndex.TimeSeries(Stream<Stack> frames) Creates aTimeSeriesfrom a stream of frames. -
Uses of Stack in org.anchoranalysis.io.bioformats.bean.writer
Methods in org.anchoranalysis.io.bioformats.bean.writer with parameters of type StackModifier and TypeMethodDescriptionvoidBioformatsWriter.writeStack(Stack stack, Path filePath, StackWriteOptions options) voidTiff.writeStack(Stack stack, Path filePath, StackWriteOptions options) -
Uses of Stack in org.anchoranalysis.io.imagej.bean.stack.writer
Methods in org.anchoranalysis.io.imagej.bean.stack.writer with parameters of type StackModifier and TypeMethodDescriptionvoidImageJRasterWriter.writeStack(Stack stack, Path filePath, StackWriteOptions options) protected voidImageJRasterWriter.writeStackTime(Stack stack, Path path, boolean makeRGB) Writes a stack as a time-sequence (many images together in a single file.). -
Uses of Stack in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert with parameters of type Stack -
Uses of Stack in org.anchoranalysis.mpp.io.output
Method parameters in org.anchoranalysis.mpp.io.output with type arguments of type StackModifier and TypeMethodDescriptionstatic DisplayStackBackgroundCreator.createBackground(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStackfrom a named stack in a collection. -
Uses of Stack in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider that return Stack -
Uses of Stack in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color that return StackModifier 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 Stack in org.anchoranalysis.plugin.image.bean.thumbnail.object
Method parameters in org.anchoranalysis.plugin.image.bean.thumbnail.object with type arguments of type StackModifier and TypeMethodDescriptionOutlinePreserveRelativeSize.start(ObjectCollection objects, StreamableCollection<BoundingBox> boundingBoxes, Optional<Stack> backgroundSource, ExecutionTimeRecorder executionTimeRecorder) abstract ThumbnailBatch<ObjectCollection> ThumbnailFromObjects.start(ObjectCollection objects, StreamableCollection<BoundingBox> boundingBoxes, Optional<Stack> background, ExecutionTimeRecorder executionTimeRecorder) Initializes a batch to create thumbnails. -
Uses of Stack in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack with parameters of type StackModifier and TypeMethodDescriptionScaleToSize.thumbnailFor(Stack stack) abstract DisplayStackThumbnailFromStack.thumbnailFor(Stack stack) Creates a thumbnail for a stack. -
Uses of Stack in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return types with arguments of type StackModifier and TypeMethodDescriptionprotected OutputSequenceIndexed<Stack, String> ConvertImageFormat.createSharedStateJob(InputOutputContext context) Sets a new output-sequence for the series.Method parameters in org.anchoranalysis.plugin.image.task.bean.format with type arguments of type StackModifier and TypeMethodDescriptionvoidConvertImageFormat.doStack(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) voidConvertImageFormat.endSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) voidConvertImageFormat.startSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) -
Uses of Stack in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return StackModifier and TypeMethodDescriptionprotected abstract StackScaleImage.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, S sharedState) Produce a scaled version of aStack, mapping each channel to a scaled version of itself.protected StackScaleImageCommonSize.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, CommonSize sharedState) protected StackScaleImageIndependently.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, NoSharedState sharedState) Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type StackModifier and TypeMethodDescriptionprotected abstract StackScaleImage.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, S sharedState) Produce a scaled version of aStack, mapping each channel to a scaled version of itself.protected StackScaleImageCommonSize.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, CommonSize sharedState) protected StackScaleImageIndependently.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, NoSharedState sharedState) -
Uses of Stack in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped with parameters of type StackModifier and TypeMethodDescriptionChannelSource.extractChannel(Stack stack, boolean checkType, int index) -
Uses of Stack in org.anchoranalysis.plugin.imagej.bean.stack.provider
Methods in org.anchoranalysis.plugin.imagej.bean.stack.provider that return StackMethods in org.anchoranalysis.plugin.imagej.bean.stack.provider with parameters of type Stack -
Uses of Stack in org.anchoranalysis.plugin.io.bean.stack.writer
Methods in org.anchoranalysis.plugin.io.bean.stack.writer with parameters of type StackModifier and TypeMethodDescriptionvoidStackWriterDelegateBase.writeStack(Stack stack, Path filePath, StackWriteOptions options) voidWriteResolutionXml.writeStack(Stack stack, Path filePath, StackWriteOptions options) protected voidImageIOWriter.writeStackAfterCheck(Stack stack, Path filePath) -
Uses of Stack in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile with parameters of type StackModifier and TypeMethodDescriptionvoidSizeExtents.populateMissingFromArbitrarySlice(Stack stackArbitrarySlice) -
Uses of Stack in org.anchoranalysis.plugin.io.multifile.buffer
Methods in org.anchoranalysis.plugin.io.multifile.buffer with parameters of type StackModifier and TypeMethodDescriptionvoidMultiBufferSized.populateFrom(Stack stackForFile, Optional<Integer> channelNum, Optional<Integer> sliceNum, Optional<Integer> timeIndex) Constructors in org.anchoranalysis.plugin.io.multifile.buffer with parameters of type Stack -
Uses of Stack in org.anchoranalysis.plugin.onnx.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.stack with parameters of type StackModifier and TypeMethodDescriptionprotected ai.onnxruntime.OnnxTensorSegmentObjectsFromONNXModel.deriveInput(Stack stack, Optional<double[]> subtractMeans) -
Uses of Stack in org.anchoranalysis.plugin.opencv.bean.color
Methods in org.anchoranalysis.plugin.opencv.bean.color that return StackMethods in org.anchoranalysis.plugin.opencv.bean.color with parameters of type Stack -
Uses of Stack in org.anchoranalysis.plugin.opencv.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.opencv.bean.object.segment.stack with parameters of type StackModifier and TypeMethodDescriptionprotected org.opencv.core.MatSegmentObjectsFromTensorFlowModel.deriveInput(Stack stack, Optional<double[]> subtractMeans) -
Uses of Stack in org.anchoranalysis.plugin.opencv.bean.stack
Methods in org.anchoranalysis.plugin.opencv.bean.stack with parameters of type StackModifier and TypeMethodDescriptionprotected voidOpenCVWriter.writeStackAfterCheck(Stack stack, Path filePath) -
Uses of Stack in org.anchoranalysis.plugin.opencv.convert
Methods in org.anchoranalysis.plugin.opencv.convert that return StackModifier and TypeMethodDescriptionstatic StackConvertFromMat.toStack(org.opencv.core.Mat mat) Convert from an OpenCVMatto aStack.Methods in org.anchoranalysis.plugin.opencv.convert with parameters of type StackModifier and TypeMethodDescriptionstatic org.opencv.core.MatConverts aStackto aMat.static org.opencv.core.MatConvertToMat.makeRGBStack(Stack stack, boolean swapRedBlueChannels) Derives aMatrepresenting an RGB stack. -
Uses of Stack in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image that return StackModifier and TypeMethodDescriptionStackFixture.create(ChannelSpecification channelSpecification, Extent extent) Creates a stack with a particular number of the channels of particular size.Methods in org.anchoranalysis.test.image with parameters of type StackModifier and TypeMethodDescriptionvoidWriteIntoDirectory.writeObjects(String outputName, ObjectCollection objects, Stack background) Writes the outline of objects on a background. -
Uses of Stack in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return StackModifier and TypeMethodDescriptionTestLoaderImage.openStackFromFilePath(Path filePath) Opens a stack from a file path.TestLoaderImage.openStackFromTestPath(String testPath) Opens a stack from a test path. -
Uses of Stack in org.anchoranalysis.test.image.load
Methods in org.anchoranalysis.test.image.load that return StackModifier and TypeMethodDescriptionCarImageLoader.carGrayscale16Bit()Loads and returns the 16-bit grayscale image of a car.CarImageLoader.carGrayscale8Bit()Loads and returns the 8-bit grayscale image of a car.CarImageLoader.carRGB()Loads and returns the RGB image of a car. -
Uses of Stack in org.anchoranalysis.test.image.segment
Methods in org.anchoranalysis.test.image.segment that return StackModifier and TypeMethodDescriptionprotected StackInstanceSegmentationTestBase.stackGrayscale()Provides the grayscale stack to be tested.protected StackInstanceSegmentationTestBase.stackRGB()Provides the RGB stack to be tested.