Uses of Class
org.anchoranalysis.core.time.OperationContext
Packages that use OperationContext
Package
Description
Reading and writing annotations to the filesystem.
Beans related to reading / writing / specifying annotations.
What to compare an annotation (ground truth) against?
Reading and writing whole-image label annotations.
Utilities for serializing and deserializing objects.
Beans to specify how to form a single-image by spatially combining other images.
Montages images together to completely fill the available space, while preserving aspect ratio.
Combining other images through overlaying.
Combining other images through tiling.
Bean classes for reading
ImageMetadata
from the
file-system.Bean classes for reading raster-files from the filesystem.
Non-bean classes for reading an
ObjectCollection
from the filesystem.Non-bean classes for reading a
Stack
from the
filesystem.Beans related to collecting inputs from the file-system for an experiment.
Classes for outputting to particular directories.
Non-bean classes for proposing
Mark
s or other data-structures
with particular attributes.Comparing the similarity of annotations from two images to each other.
Strategies for how to annotate an image, such label per image etc.
Features from combinations of
ObjectMask
s.Combining multiple images together into a single image.
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
Feature
s as used in tasks.Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
ImageMetadataReader
.Testing utilities and fixtures with no greater downstream dependency than anchor-core.
-
Uses of OperationContext in org.anchoranalysis.annotation.io
Methods in org.anchoranalysis.annotation.io with parameters of type OperationContextModifier and TypeMethodDescriptionAnnotationWithStrategy.label
(OperationContext context) A human-friendly textual description of the annotation, orOptional.empty()
if no label is available.AnnotationReader.read
(Path path, OperationContext context) Reads an annotation, if possible, from the file-system. -
Uses of OperationContext in org.anchoranalysis.annotation.io.bean
Methods in org.anchoranalysis.annotation.io.bean with parameters of type OperationContextModifier and TypeMethodDescriptionAnnotatorStrategy.annotationLabelFor
(ProvidesStackInput input, OperationContext context) A human-friendly textual description of the annotation, orOptional.empty()
if no label is available. -
Uses of OperationContext in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer with parameters of type OperationContextModifier and TypeMethodDescriptionMultipleComparer.createComparisonStacks
(AnnotationWithMarks annotation, DisplayStack background, Path annotationPath, ColorScheme colorScheme, Path modelDirectory, OperationContext context, boolean debugMode) abstract Findable
<ObjectCollection> ComparableSource.loadAsObjects
(Path reference, Dimensions dimensions, boolean debugMode, OperationContext context) Loads the source of elements from the file-system and converts to aObjectCollection
. -
Uses of OperationContext in org.anchoranalysis.annotation.io.image
Methods in org.anchoranalysis.annotation.io.image with parameters of type OperationContextModifier and TypeMethodDescriptionImageLabelAnnotationReader.read
(Path path, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.core.serialize
Methods in org.anchoranalysis.core.serialize with parameters of type OperationContextModifier and TypeMethodDescriptionDeserializer.deserialize
(Path filePath, OperationContext context) Deserializes a representation of an object stored on the filesystem.DictionaryDeserializer.deserialize
(Path filePath, OperationContext context) ObjectInputStreamDeserializer.deserialize
(Path filePath, OperationContext context) XStreamDeserializer.deserialize
(Path filePath, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.image.bean.spatial.arrange
Methods in org.anchoranalysis.image.bean.spatial.arrange with parameters of type OperationContextModifier and TypeMethodDescriptionSingle.arrangeStacks
(Iterator<Extent> extents, OperationContext context) abstract StackArrangement
StackArranger.arrangeStacks
(Iterator<Extent> extents, OperationContext context) Arranges stacks to that they fit together in a single raster.StackArranger.combine
(List<RGBStack> stacks, VoxelsResizer resizer, OperationContext context) StackArranger.combine
(List<RGBStack> stacks, VoxelsResizer resizer, ChannelFactorySingleType factory, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.image.bean.spatial.arrange.fill
Methods in org.anchoranalysis.image.bean.spatial.arrange.fill with parameters of type OperationContextModifier and TypeMethodDescriptionFill.arrangeStacks
(Iterator<Extent> extents, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.image.bean.spatial.arrange.overlay
Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay with parameters of type OperationContextModifier and TypeMethodDescriptionOverlay.arrangeStacks
(Iterator<Extent> extents, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.image.bean.spatial.arrange.tile
Methods in org.anchoranalysis.image.bean.spatial.arrange.tile with parameters of type OperationContextModifier and TypeMethodDescriptionTile.arrangeStacks
(Iterator<Extent> extents, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.image.io.bean.stack.metadata.reader
Methods in org.anchoranalysis.image.io.bean.stack.metadata.reader with parameters of type OperationContextModifier and TypeMethodDescriptionFromStackReader.openFile
(Path path, StackReader defaultStackReader, OperationContext context) abstract ImageMetadata
ImageMetadataReader.openFile
(Path path, StackReader defaultStackReader, OperationContext context) Opens a file containing one or more images but does not read an image. -
Uses of OperationContext in org.anchoranalysis.image.io.bean.stack.reader
Methods in org.anchoranalysis.image.io.bean.stack.reader with parameters of type OperationContextModifier and TypeMethodDescriptionStackReader.readStack
(Path path, OperationContext context) Opens a file atpath
that should contain only a single-stack. -
Uses of OperationContext in org.anchoranalysis.image.io.object.input
Methods in org.anchoranalysis.image.io.object.input with parameters of type OperationContextModifier and TypeMethodDescriptionstatic ObjectCollection
ObjectCollectionReader.createFromPath
(Path path, OperationContext context) Reads an object-collection from a path (or path prefix) trying different methods to read the objects. -
Uses of OperationContext in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input with parameters of type OperationContextModifier and TypeMethodDescriptionstatic Mask
MaskReader.openMask
(StackReader stackReader, Path path, BinaryValuesInt binaryValues, OperationContext context) Utility functions for opening a single-channeled stack as aMask
. -
Uses of OperationContext in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return OperationContextModifier and TypeMethodDescriptionInputManagerParameters.getOperationContext()
Allows for logging and recording the execution-time of particular operations.Constructors in org.anchoranalysis.io.input.bean with parameters of type OperationContextModifierConstructorDescriptionInputManagerParameters
(OperationContext operationContext) Create with only aOperationContext
, and using sensible default values for the other fields.InputManagerParameters
(InputContextParameters inputContext, OperationContext operationContext) Creates a newInputManagerParameters
instance. -
Uses of OperationContext in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return OperationContextModifier and TypeMethodDescriptiondefault OperationContext
InputOutputContext.operationContext()
Creates aOperationContext
based upon the state in this class. -
Uses of OperationContext in org.anchoranalysis.mpp.proposer
Methods in org.anchoranalysis.mpp.proposer that return OperationContextModifier and TypeMethodDescriptionProposerContext.getOperationContext()
Operation context for the current operation.Constructors in org.anchoranalysis.mpp.proposer with parameters of type OperationContextModifierConstructorDescriptionProposerContext
(RandomNumberGenerator randomNumberGenerator, EnergyStack energyStack, RegionMap regionMap, OperationContext operationContext, ErrorNode errorNode) Creates a newProposerContext
instance. -
Uses of OperationContext in org.anchoranalysis.plugin.annotation.bean.comparer
Methods in org.anchoranalysis.plugin.annotation.bean.comparer with parameters of type OperationContextModifier and TypeMethodDescriptionMaskAsObject.loadAsObjects
(Path reference, Dimensions dimensions, boolean debugMode, OperationContext context) Objects.loadAsObjects
(Path filePathSource, Dimensions dimensions, boolean debugMode, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy with parameters of type OperationContextModifier and TypeMethodDescriptionImageLabelStrategy.annotationLabelFor
(ProvidesStackInput item, OperationContext context) MarkProposerStrategy.annotationLabelFor
(ProvidesStackInput item, OperationContext operationContext) static Optional
<ImageLabelAnnotation> ReadAnnotationFromFile.readAssumeExists
(Path path, OperationContext context) Reads anImageLabelAnnotation
from a file, assuming the file exists.static Optional
<ImageLabelAnnotation> ReadAnnotationFromFile.readCheckExists
(Path path, OperationContext context) Reads anImageLabelAnnotation
from a file if it exists. -
Uses of OperationContext in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type OperationContextModifier and TypeMethodDescriptionCombineObjectsForFeatures.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. -
Uses of OperationContext in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type OperationContextModifier and TypeMethodDescriptionprotected GroupMapByName
<Channel, ChannelAggregator> AggregateChannelTask.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) -
Uses of OperationContext in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type OperationContextModifier and TypeMethodDescriptionprotected abstract GroupMapByName
<S, T> GroupedStackBase.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) Creates a map for the storing an aggregate-data-object for each group. -
Uses of OperationContext in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram with parameters of type OperationContextModifier and TypeMethodDescriptionprotected GroupMapByName
<Histogram, Histogram> ExportImageHistograms.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) -
Uses of OperationContext in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return OperationContextModifier and TypeMethodDescriptionFeatureCalculationContext.getOperationContext()
Gets the operation context. -
Uses of OperationContext in org.anchoranalysis.plugin.image.task.stack
Constructors in org.anchoranalysis.plugin.image.task.stack with parameters of type OperationContextModifierConstructorDescriptionImageSizePrereader
(ImageMetadataReader imageMetadataReader, StackReader stackReader, OperationContext context) Creates a newImageSizePrereader
instance. -
Uses of OperationContext in org.anchoranalysis.plugin.io.bean.metadata.reader
Methods in org.anchoranalysis.plugin.io.bean.metadata.reader with parameters of type OperationContextModifier and TypeMethodDescriptionAlwaysReject.openFile
(Path path, StackReader defaultStackReader, OperationContext context) InferFromHeader.openFile
(Path path, StackReader defaultStackReader, OperationContext context) -
Uses of OperationContext in org.anchoranalysis.test
Methods in org.anchoranalysis.test that return OperationContextModifier and TypeMethodDescriptionstatic OperationContext
LoggerFixture.suppressedOperationContext()
AnOperationContext
containing a logger that doesn't output anything.