Uses of Class
org.anchoranalysis.core.log.Logger
Packages that use Logger
Package
Description
Reading and writing annotations to the filesystem.
The outcome of searching for annotations or images on the file-system.
Defining, loading, initializing Anchor Beans.
Initializing beans with particular parameters, including recursively.
Initializating a bean with parameters.
Interfaces to log messages, both information and error messages.
Recording the execution-time of operations for profiling.
Interfaces for replacing attributes of an experiment: input, output, task etc.
Non-bean classes related to a
Task
.A feature-list (custom list type for features) and associated providers.
Classes to cache feature-results or parts of feature-results that occur repeatedly among features
or across calculations of the same feature.
Initialization parameters used for beans in
org.anchoranalysis.feature.bean
.A defined context in which one or more features are provided inputs and produce results.
Creates a
FeatureCalculationCache
to use
during feature-calculations.Strategies on whether to reuse or invalidate a feature-input's cache.
Features shared for referencing among calculations.
Base classes for performing operations on
Channel
s.Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations.A particular implementation of
FeatureCalculatorMulti
for feature-calculations based
upon pairs of image-objects.Inference of machine learning models on images.
Instance-segmentation of a
Stack
.Beans pertaining to reading
Channel
s as input.Bean classes for writing raster-files to the filesystem.
Non-bean classes for reading a
Channel
from the
filesystem.Non-bean classes for a mapping of names to
Channel
s.Writing an
ObjectCollection
to the filesystem in
HDF5 format.Non-bean classes for reading / writing a
Stack
from
and to the filesystem.Non-bean classes for reading a
Stack
from the
filesystem.Base classes for generators that ultimately write a
Stack
to the filesystem.Specifying how many CPUs and GPUs can be allocated for some purpose.
Base-classes and utilities for generators, which write different types of objects to the file
system.
Generators for writing serialized objects.
Generators for writing tabular data, including CSV.
Generators for writing textual data, including strings.
Generators for writing XML data.
Beans related to collecting inputs from the file-system for an experiment.
Non-bean classes that relate to using files during inputting.
Classes for outputting to particular directories.
Allows a generators to write element(s) to the filesystem.
Parent package and entry-point classes for the Anchor command-line launcher application.
Runs a particular experiment after identifying necessary paths and input files.
Parses command-line arguments and runs an experiment.
Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
Factorized form of storing the energy during an energy-minimization optimization scheme.
Parameters used to initialize certain types of beans.
Non-beans for reading data structures related to marked point processes from the file system.
Non-bean classes related to
Mark
s.Features from combinations of
ObjectMask
s.Merging
ObjectMask
s.Conditions for merging
ObjectMask
s.Assigning priority when merging
ObjectMask
s.Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
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
ChannelMapCreator
.Implementations of
InputManager
that process Stack
s.Non-bean classes to help use multiple files to represent a single
Stack
.Segmenting a
Stack
using the ONNX Runtime to produce
an ObjectCollection
.Segmentation of a
Stack
using OpenCV.Beans that fit or otherwise manipulate sets of points.
Testing utilities and fixtures with no greater downstream dependency than anchor-core.
Testing utilities and fixtures with no greater downstream dependency than
anchor-experiment or anchor-mpp or anchor-mpp-io.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
-
Uses of Logger in org.anchoranalysis.annotation.io
Methods in org.anchoranalysis.annotation.io with parameters of type LoggerModifier and TypeMethodDescriptionAll stacks associated with the input, lazily evaluated. -
Uses of Logger in org.anchoranalysis.annotation.io.image.findable
Methods in org.anchoranalysis.annotation.io.image.findable with parameters of type Logger -
Uses of Logger in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean with parameters of type LoggerModifier and TypeMethodDescriptionvoid
NullParametersBean.initializeRecursive
(Logger logger) Initialize this bean and any suitable child beans. -
Uses of Logger in org.anchoranalysis.bean.initializable
Methods in org.anchoranalysis.bean.initializable that return LoggerMethods in org.anchoranalysis.bean.initializable with parameters of type LoggerModifier and TypeMethodDescriptionvoid
InitializableBean.initialize
(P parameters, Logger logger) Initializes the bean with the necessary parameters.void
InitializableBean.initializeRecursive
(P parameters, Logger logger) Initializes this object, and all children objects, so long as they haveP
once a Bean doesn't haveP
, the children are not evaluated.void
InitializableBean.initRecursiveWithInitializer
(BeanInitializer<?> initializer, Logger logger) Initializes the bean and recursively all contained beans (who have compatible initialization requirements) -
Uses of Logger in org.anchoranalysis.bean.initializable.property
Methods in org.anchoranalysis.bean.initializable.property with parameters of type LoggerModifier and TypeMethodDescriptionboolean
BeanInitializer.applyInitializationIfPossibleTo
(Object bean, Object parent, Logger logger) Applies the initialization to a bean if possible.void
AssignerMatchClass.assignInitializationToProperties
(Object bean, Object initialization, Object parent, Logger logger) void
InitializationParameterAssigner.assignInitializationToProperties
(Object bean, Object initialization, Object parent, Logger logger) Assigns the parameter to the bean. -
Uses of Logger in org.anchoranalysis.core.log
Methods in org.anchoranalysis.core.log that return LoggerConstructors in org.anchoranalysis.core.log with parameters of type LoggerModifierConstructorDescriptionCommonContext
(Logger logger, Path modelDirectory) Creates a newCommonContext
instance. -
Uses of Logger in org.anchoranalysis.core.time
Methods in org.anchoranalysis.core.time that return LoggerModifier and TypeMethodDescriptionOperationContext.getLogger()
Where to write informative messages to, and and any non-fatal errors (fatal errors are throw as exceptions).Constructors in org.anchoranalysis.core.time with parameters of type LoggerModifierConstructorDescriptionOperationContext
(Logger logger) Creates with aLogger
ignoring execution-times.OperationContext
(ExecutionTimeRecorder executionTimeRecorder, Logger logger) Creates a newOperationContext
instance. -
Uses of Logger in org.anchoranalysis.experiment.io
Methods in org.anchoranalysis.experiment.io that return Logger -
Uses of Logger in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return Logger -
Uses of Logger in org.anchoranalysis.feature.bean.list
Methods in org.anchoranalysis.feature.bean.list with parameters of type LoggerModifier and TypeMethodDescriptionvoid
FeatureList.initializeRecursive
(FeatureInitialization initialization, Logger logger) Initializes all features in the list, and recursively any features they contain. -
Uses of Logger in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache with parameters of type LoggerModifier and TypeMethodDescriptionvoid
FeatureCalculationCache.initialize
(FeatureInitialization initialization, Logger logger) Initializes the cache. -
Uses of Logger in org.anchoranalysis.feature.initialization
Methods in org.anchoranalysis.feature.initialization with parameters of type LoggerModifier and TypeMethodDescriptionstatic FeatureRelatedInitialization
Creates a log and a model-directory, and otherwise empty initialization.void
FeatureRelatedInitialization.populate
(List<NamedBean<FeatureListProvider<FeatureInput>>> namedProviders, Logger logger) Adds features into the shared-feature storage from a list of named-beans. -
Uses of Logger in org.anchoranalysis.feature.session
Methods in org.anchoranalysis.feature.session with parameters of type LoggerModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
doubleFeatureSession.calculateWith
(Feature<T> feature, T input, Logger logger) Starts a feature-session for a single feature - and performs a calculation.void
SequentialSession.start
(FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts the session.static <T extends FeatureInput>
FeatureCalculatorSingle<T> Starts a feature-session for a single feature.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureSession.with
(Feature<T> feature, FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a single feature, with specific initialization.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureSession.with
(Feature<T> feature, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a single feature, with default initialization.static <T extends FeatureInput>
FeatureCalculatorMulti<T> FeatureSession.with
(FeatureList<T> features, Logger logger) Starts a feature-session for a list of features, with default initialization.static <T extends FeatureInput>
FeatureCalculatorMulti<T> FeatureSession.with
(FeatureList<T> features, FeatureInitialization initialization, Optional<SharedFeatures> sharedFeatures, Logger logger, BoundReplaceStrategy<T, ? extends ReplaceStrategy<T>> replaceStrategy) Starts a feature-session for a list of features, with particular initialization, and areplaceStrategy
.static <T extends FeatureInput>
FeatureCalculatorMulti<T> FeatureSession.with
(FeatureList<T> features, FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a list of features, with particular initialization. -
Uses of Logger in org.anchoranalysis.feature.session.cache
Constructors in org.anchoranalysis.feature.session.cache with parameters of type LoggerModifierConstructorDescriptionHorizontalCacheCreator
(FeatureList<? extends FeatureInput> namedFeatures, SharedFeatures sharedFeatures, FeatureInitialization initialization, Logger logger) Creates a newHorizontalCacheCreator
instance. -
Uses of Logger in org.anchoranalysis.feature.session.replace
Methods in org.anchoranalysis.feature.session.replace with parameters of type LoggerModifier and TypeMethodDescriptionBoundReplaceStrategy.createOrReuse
(FeatureList<T> features, FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Creates aReplaceStrategy
for a particularCacheCreator
, or reuses any previously-createdReplaceStrategy
if it exists. -
Uses of Logger in org.anchoranalysis.image.bean.channel
Methods in org.anchoranalysis.image.bean.channel with parameters of type LoggerModifier and TypeMethodDescriptionvoid
ChannelAggregator.addChannel
(Channel channel, Logger logger) Adds aChannel
to the aggregation. -
Uses of Logger in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init with parameters of type LoggerModifier and TypeMethodDescriptionvoid
ImageInitialization.populate
(BeanInitializer<?> propertyInitializer, Define define, Logger logger) Adds diverse entities from aDefine
into the corresponding name-collections.Constructors in org.anchoranalysis.image.bean.nonbean.init with parameters of type LoggerModifierConstructorDescriptionPopulateStoreFromDefine
(Define define, BeanInitializer<?> propertyInitializer, Logger logger) Creates a newPopulateStoreFromDefine
instance. -
Uses of Logger in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator with parameters of type LoggerModifier and TypeMethodDescriptionvoid
FeatureTableCalculator.start
(ImageInitialization initialization, Optional<EnergyStack> energyStack, Logger logger) Initializes a feature store that has the same structure as that previously created by createFeatures() from the same object.void
SingleTableCalculator.start
(ImageInitialization initialization, Optional<EnergyStack> energyStack, Logger logger) -
Uses of Logger in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged with parameters of type LoggerModifier and TypeMethodDescriptionvoid
PairsTableCalculator.start
(ImageInitialization initializtion, Optional<EnergyStack> energyStack, Logger logger) -
Uses of Logger in org.anchoranalysis.image.inference
Methods in org.anchoranalysis.image.inference that return LoggerModifier and TypeMethodDescriptionImageInferenceContext.getLogger()
Where to log information messages during inference.Constructors in org.anchoranalysis.image.inference with parameters of type LoggerModifierConstructorDescriptionImageInferenceContext
(DualScale<Dimensions> dimensions, ScaleFactor scaleFactor, Optional<List<String>> classLabels, VoxelsResizer resizer, ExecutionTimeRecorder executionTimeRecorder, Logger logger) Creates a newImageInferenceContext
instance. -
Uses of Logger in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type LoggerModifier and TypeMethodDescriptionabstract ConcurrentModelPool
<T> SegmentStackIntoObjectsPooled.createModelPool
(ConcurrencyPlan plan, Logger logger) Creates the model pool (to be used by multiple threads).SuppressNonMaximum.createModelPool
(ConcurrencyPlan plan, Logger logger) -
Uses of Logger in org.anchoranalysis.image.io.bean.channel
Methods in org.anchoranalysis.image.io.bean.channel with parameters of type LoggerModifier and TypeMethodDescriptionabstract ChannelMap
ChannelMapCreator.create
(OpenedImageFile openedFile, Logger logger) Creates theChannelMap
. -
Uses of Logger in org.anchoranalysis.image.io.bean.stack.writer
Method parameters in org.anchoranalysis.image.io.bean.stack.writer with type arguments of type LoggerModifier and TypeMethodDescriptionStackWriter.fileFormatWarnUnexpected
(StackWriteOptions writeOptions, Optional<Logger> logger) The file format that will be written by the generator, warning with a log message if different to suggestion. -
Uses of Logger in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input with parameters of type LoggerModifier and TypeMethodDescriptionvoid
NamedChannelsInput.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
NamedChannelsInput.addToStoreWithName
(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) abstract int
Bit-depth of image.abstract NamedChannelsMap
NamedChannelsInput.createChannelsForSeries
(int seriesIndex, Logger logger) Creates aNamedChannelsMap
representing the channels for a particular series in this input.abstract Dimensions
NamedChannelsInput.dimensions
(int seriesIndex, Logger logger) Dimensions of a particular series.ChannelGetter.getChannel
(String channelName, int timeIndex, Logger logger) Retrieve theChannel
corresponding tochannelName
at a particular time-frame.abstract ImageMetadata
The image-metadata associated with a particular series.abstract int
NamedChannelsInput.numberChannels
(Logger logger) Number of channels. -
Uses of Logger in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map with parameters of type LoggerModifier and TypeMethodDescriptionvoid
NamedChannelsConcatenate.addAsSeparateChannels
(NamedProviderStore<TimeSeries> stackCollection, int timeIndex, Logger logger) void
NamedChannelsConcatenate.addAsSeparateChannels
(NamedStacks stackCollection, int t, Logger logger) void
NamedChannelsMap.addAsSeparateChannels
(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) void
NamedChannelsMap.addAsSeparateChannels
(NamedStacks destination, int timeIndex, Logger logger) void
OpenedNamedChannels.addAsSeparateChannels
(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) void
OpenedNamedChannels.addAsSeparateChannels
(NamedStacks destination, int timeIndex, Logger logger) NamedChannelsConcatenate.allChannelsAsStack
(int t, Logger logger) NamedChannelsMap.allChannelsAsStack
(int timeIndex, Logger logger) Combines all channels as a singleStack
at a particular time-frame.OpenedNamedChannels.allChannelsAsStack
(int t, Logger logger) NamedChannelsConcatenate.dimensions
(Logger logger) NamedChannelsMap.dimensions
(Logger logger) The dimensions of eachChannel
.OpenedNamedChannels.dimensions
(Logger logger) NamedChannelsConcatenate.getChannel
(String channelName, int timeIndex, Logger logger) OpenedNamedChannels.getChannel
(String channelName, int timeIndex, Logger logger) NamedChannelsConcatenate.getChannelOptional
(String channelName, int timeIndex, Logger logger) NamedChannelsMap.getChannelOptional
(String channelName, int timeIndex, Logger logger) Gets a channel if it exists, returning empty if it doesn't.OpenedNamedChannels.getChannelOptional
(String channelName, int timeIndex, Logger logger) boolean
boolean
Whether the channels describe an RGB image.boolean
int
int
The number of frames along the time-axis.int
-
Uses of Logger in org.anchoranalysis.image.io.object.output.hdf5
Method parameters in org.anchoranalysis.image.io.object.output.hdf5 with type arguments of type LoggerModifier and TypeMethodDescriptionHDF5ObjectsGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) -
Uses of Logger in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type LoggerModifier and TypeMethodDescriptionCalculateOrientationChange.calculateOrientationChange
(Logger logger) Calculates any needed orientation change. -
Uses of Logger in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input with parameters of type LoggerModifier and TypeMethodDescriptiondefault void
ProvidesStackInput.addToStoreInferNames
(NamedProviderStore<Stack> store, Logger logger) Adds the current object to a named-store of stacks (using the default series).void
ProvidesStackInput.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) Adds any stacks exposed by the current element to a named-store of stacks - inferring the names of theStack
s.void
ProvidesStackInput.addToStoreWithName
(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) Adds any stacks exposed by the current element to a named-store of stacks - with a particular name.default NamedStacks
Exposes the input as a set of named stacks (inferring the names).default Stack
Exposes the input as a singleStack
throw an error if more than one exists.int
The bit-depth of the image voxels e.g. 8 for 8-bit, 16 for 16-bit etc.OpenedImageFile.channelNames
(Logger logger) The names of each channel, if they are known.StackSequenceInput.createStackSequenceForSeries
(int seriesIndex, Logger logger) Creates a supplier of aTimeSeries
of stacks for a particular series number.OpenedImageFile.dimensionsForSeries
(int seriesIndex, Logger logger) TheDimensions
associated with a particular series.boolean
Whether the image-file has RGB encoded voxels.default ImageMetadata
Extracts metadata about the image.int
OpenedImageFile.numberChannels
(Logger logger) The number of channels in the image-file e.g. 1 for grayscale, 3 for RGB.int
OpenedImageFile.numberFrames
(Logger logger) The number of frames in the image-file i.e. distinct images for a particular time-point.Open when we don't have a specific-type.default TimeSeries
Open the first series when we don't have a specific-type.default TimeSeries
OpenedImageFile.openCheckType
(int seriesIndex, VoxelDataType channelDataType, Logger logger) Opens a time-series, and checks that it is a particular type. -
Uses of Logger in org.anchoranalysis.image.io.stack.output.generator
Method parameters in org.anchoranalysis.image.io.stack.output.generator with type arguments of type LoggerModifier and TypeMethodDescriptionstatic String
GeneratorOutputter.fileExtensionWriter
(OutputWriteSettings settings, StackWriteOptions writeOptions, Optional<Logger> logger) The file extension to use for the defaultStackWriter
, as returned byGeneratorOutputter.writer(OutputWriteSettings)
.protected abstract String
RasterGenerator.selectFileExtension
(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Selects the file-extension to use for a particular stack.protected String
RasterGeneratorSelectFormat.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
. -
Uses of Logger in org.anchoranalysis.inference.concurrency
Constructors in org.anchoranalysis.inference.concurrency with parameters of type LoggerModifierConstructorDescriptionConcurrentModelPool
(ConcurrencyPlan plan, CreateModelForPool<T> createModel, Logger logger) Creates with a particular plan and function to create models. -
Uses of Logger in org.anchoranalysis.io.generator
Method parameters in org.anchoranalysis.io.generator with type arguments of type LoggerModifier and TypeMethodDescriptionabstract String
SingleFileTypeGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) Selects the file/extension to be used for outputting the file.SingleFileTypeGeneratorBridge.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) -
Uses of Logger in org.anchoranalysis.io.generator.serialized
Method parameters in org.anchoranalysis.io.generator.serialized with type arguments of type LoggerModifier and TypeMethodDescriptionDictionaryGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) SerializedGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) -
Uses of Logger in org.anchoranalysis.io.generator.tabular
Method parameters in org.anchoranalysis.io.generator.tabular with type arguments of type LoggerModifier and TypeMethodDescriptionCSVGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) -
Uses of Logger in org.anchoranalysis.io.generator.text
Method parameters in org.anchoranalysis.io.generator.text with type arguments of type LoggerModifier and TypeMethodDescriptionStringGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) -
Uses of Logger in org.anchoranalysis.io.generator.xml
Method parameters in org.anchoranalysis.io.generator.xml with type arguments of type LoggerModifier and TypeMethodDescriptionXMLGenerator.selectFileExtension
(OutputWriteSettings settings, Optional<Logger> logger) -
Uses of Logger in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return LoggerModifier and TypeMethodDescriptionInputManagerParameters.getLogger()
Where to write informative messages to, and and any non-fatal errors (fatal errors are throw as exceptions).Constructors in org.anchoranalysis.io.input.bean with parameters of type LoggerModifierConstructorDescriptionInputManagerParameters
(Logger logger) Create with only a logger, and using sensible default values for the other fields. -
Uses of Logger in org.anchoranalysis.io.input.file
Methods in org.anchoranalysis.io.input.file that return LoggerConstructors in org.anchoranalysis.io.input.file with parameters of type LoggerModifierConstructorDescriptionFileNamerContext
(String elseName, Logger logger) Creates with a fallback-name and a logger, but otherwise using sensible defaults.FileNamerContext
(Optional<Path> inputDirectory, boolean relativeToDirectory, String elseName, Optional<IndexRangeNegative> nameSubrange, Logger logger) Creates a newFileNamerContext
instance.FileNamerContext
(Optional<Path> inputDirectory, boolean relativeToDirectory, Optional<IndexRangeNegative> nameSubrange, Logger logger) Creates with specific parameters.FileNamerContext
(Logger logger) Creates with a logger, and otherwise uses sensible defaults. -
Uses of Logger in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return LoggerMethods in org.anchoranalysis.io.output.outputter with parameters of type LoggerModifier and TypeMethodDescriptionvoid
OutputterChecked.assignLogger
(Logger logger) Assigns a logger to the outputter, which is used to output warnings or messages when outputting.Method parameters in org.anchoranalysis.io.output.outputter with type arguments of type LoggerModifier and TypeMethodDescriptionstatic OutputterChecked
OutputterChecked.createForDirectoryPermissive
(Path pathDirectory, DirectoryCreationParameters directoryCreation, Optional<Logger> logger) Creates, defaulting to a permissive output-manager in a particular directory. -
Uses of Logger in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return types with arguments of type LoggerConstructor parameters in org.anchoranalysis.io.output.writer with type arguments of type LoggerModifierConstructorDescriptionElementOutputter
(OutputterChecked outputter, ExecutionTimeRecorder executionTimeRecorder, Supplier<Optional<Logger>> logger) Creates a newElementOutputter
instance. -
Uses of Logger in org.anchoranalysis.launcher
Methods in org.anchoranalysis.launcher with parameters of type LoggerModifier and TypeMethodDescriptionstatic void
Launch.runCommandLineApplication
(String[] args, LauncherConfig config, Logger logger) Runs a command-line application, by parsing arguments, and then executing an experiment. -
Uses of Logger in org.anchoranalysis.launcher.executor
Methods in org.anchoranalysis.launcher.executor with parameters of type LoggerModifier and TypeMethodDescriptionvoid
ExperimentExecutor.executeExperiment
(ExecutionArguments executionArguments, boolean alwaysShowExperimentArguments, Logger logger) Executes an experiment after finding a single experiment XML file, and reading the experiment from this file. -
Uses of Logger in org.anchoranalysis.launcher.run
Constructors in org.anchoranalysis.launcher.run with parameters of type LoggerModifierConstructorDescriptionParseArgumentsAndRunExperiment
(Logger logger) Creates a newParseArgumentsAndRunExperiment
instance. -
Uses of Logger in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type LoggerModifier and TypeMethodDescriptionvoid
RandomCollectionWithAddCriteria.initUpdatableMarks
(MemoForIndex marks, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) -
Uses of Logger in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved with parameters of type LoggerModifier and TypeMethodDescriptionvoid
EnergySavedPairs.initUpdatableMarks
(MemoForIndex pxlMarkMemoList, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) -
Uses of Logger in org.anchoranalysis.mpp.feature.energy.scheme
Constructors in org.anchoranalysis.mpp.feature.energy.scheme with parameters of type LoggerModifierConstructorDescriptionDictionaryForImageCreator
(EnergyScheme energyScheme, SharedFeatures sharedFeatures, Logger logger) Creates a newDictionaryForImageCreator
instance.EnergySchemeWithSharedFeatures
(EnergyScheme energyScheme, SharedFeatures sharedFeatures, Logger logger) Creates a newEnergySchemeWithSharedFeatures
. -
Uses of Logger in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init with parameters of type LoggerModifier and TypeMethodDescriptionvoid
MarksInitialization.populate
(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.void
PointsInitialization.populate
(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define. -
Uses of Logger in org.anchoranalysis.mpp.io.input
Methods in org.anchoranalysis.mpp.io.input with parameters of type LoggerModifier and TypeMethodDescriptionvoid
MultiInputSubMap.addToStore
(NamedProviderStore<T> namedStore, Logger logger) Copies all the existing entries into aNamedProviderStore
.void
OperationMap.addToStore
(NamedProviderStore<T> namedStore, Logger logger) void
StackWithMap.addToStore
(NamedProviderStore<TimeSeries> stackCollection, int seriesNum, Logger logger) Adds the main stack and other stacks to the store.void
StackWithMap.addToStore
(NamedProviderStore<TimeSeries> stackCollection, Logger logger) void
MultiInput.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
MultiInput.addToStoreWithName
(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
ExportSharedObjects.copyTo
(SharedObjects target, Logger logger) Adds any exported shared objects to the target container.void
MultiInput.copyTo
(SharedObjects target, Logger logger) -
Uses of Logger in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type LoggerModifier and TypeMethodDescriptionvoid
UpdatableMarks.initUpdatableMarks
(MemoForIndex memo, EnergyStack energyStack, Logger logger, SharedFeatures sharedFeatures) Initializes the updatable marks with necessary context. -
Uses of Logger in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type LoggerModifier and TypeMethodDescriptionCombineObjectsForFeatures.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 Logger in org.anchoranalysis.plugin.image.object.merge
Constructors in org.anchoranalysis.plugin.image.object.merge with parameters of type LoggerModifierConstructorDescriptionGraphLogger
(DescribeGraph describeGraph, Logger logger) Creates a newGraphLogger
instance.MergeGraph
(PayloadCalculator payloadCalculator, UpdatableBeforeCondition beforeCondition, Optional<UnitConverter> unitConverter, AssignPriority prioritizer, Logger logger, boolean logPayload) Constructor. -
Uses of Logger in org.anchoranalysis.plugin.image.object.merge.condition
Methods in org.anchoranalysis.plugin.image.object.merge.condition with parameters of type LoggerModifier and TypeMethodDescriptionvoid
AfterCondition.initialize
(Logger logger) Initializes the condition with a logger.void
IncreaseFeatureCondition.initialize
(Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.image.object.merge.priority
Methods in org.anchoranalysis.plugin.image.object.merge.priority with parameters of type LoggerModifier and TypeMethodDescriptionPrioritizer.createPriority
(ObjectVertex source, ObjectVertex destination, Logger logger) Creates a prioritized vertex based on the source and destination vertices. -
Uses of Logger in org.anchoranalysis.plugin.image.task.bean.format.convertstyle
Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle with parameters of type LoggerModifier and TypeMethodDescriptionabstract NamedStacks
ChannelConvertStyle.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) Converts a particular set of channels.ExtractToRGB.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) IndependentChannels.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) RGBIfNamesMatch.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return Logger -
Uses of Logger in org.anchoranalysis.plugin.image.task.stack
Methods in org.anchoranalysis.plugin.image.task.stack with parameters of type LoggerModifier and TypeMethodDescriptionChannelGetterForTimepoint.getChannel
(String channelName, Logger logger) Retrieves a channel with the given name for the specified timepoint. -
Uses of Logger in org.anchoranalysis.plugin.io.bean.channel.map
Methods in org.anchoranalysis.plugin.io.bean.channel.map with parameters of type LoggerModifier and TypeMethodDescriptionAutoname.create
(OpenedImageFile openedFile, Logger logger) FromEntries.create
(OpenedImageFile openedFile, Logger logger) FromMetadata.create
(OpenedImageFile openedFile, Logger logger) SingleChannel.create
(OpenedImageFile openedFile, Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack with parameters of type LoggerModifier and TypeMethodDescriptionvoid
ConvertNamedChannelsInputToStack.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
ConvertNamedChannelsInputToStack.addToStoreWithName
(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) ConvertNamedChannelsInputToStack.createStackSequenceForSeries
(int seriesIndex, Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile with parameters of type LoggerModifier and TypeMethodDescriptionint
OpenedMultiFile.channelNames
(Logger logger) OpenedMultiFile.dimensionsForSeries
(int seriesIndex, Logger logger) boolean
int
OpenedMultiFile.numberChannels
(Logger logger) int
OpenedMultiFile.numberFrames
(Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.onnx.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.stack with parameters of type LoggerModifier and TypeMethodDescriptionSegmentObjectsFromONNXModel.createModelPool
(ConcurrencyPlan plan, Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.opencv.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.opencv.bean.object.segment.stack with parameters of type LoggerModifier and TypeMethodDescriptionSegmentObjectsFromTensorFlowModel.createModelPool
(ConcurrencyPlan plan, Logger logger) -
Uses of Logger in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that return Logger -
Uses of Logger in org.anchoranalysis.test
Methods in org.anchoranalysis.test that return LoggerModifier and TypeMethodDescriptionstatic Logger
LoggerFixture.suppressedLogger()
ALogger
that doesn't output anything. -
Uses of Logger in org.anchoranalysis.test.experiment
Methods in org.anchoranalysis.test.experiment with parameters of type LoggerModifier and TypeMethodDescriptionstatic <T extends InitializableBean<?,
P>, P extends BeanInitialization>
TBeanTestChecker.checkAndInit
(T bean, P initialization, Logger logger) Checks if a bean has all necessary items as withBeanTestChecker.check(T)
and also initializes the bean. -
Uses of Logger in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image with parameters of type LoggerModifier and TypeMethodDescriptionstatic InputOutputContext
InputOutputContextFixture.withLogger
(Logger logger) Creates an InputOutputContext with a specified logger.