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
Channels.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
Channels 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
Channels.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
Marks.Features from combinations of
ObjectMasks.Merging
ObjectMasks.Conditions for merging
ObjectMasks.Assigning priority when merging
ObjectMasks.Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
Non-bean classes pertaining to
Features as used in tasks.Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
ChannelMapCreator.Implementations of
InputManager that process Stacks.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 TypeMethodDescriptionvoidNullParametersBean.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 TypeMethodDescriptionvoidInitializableBean.initialize(P parameters, Logger logger) Initializes the bean with the necessary parameters.voidInitializableBean.initializeRecursive(P parameters, Logger logger) Initializes this object, and all children objects, so long as they havePonce a Bean doesn't haveP, the children are not evaluated.voidInitializableBean.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 TypeMethodDescriptionbooleanBeanInitializer.applyInitializationIfPossibleTo(Object bean, Object parent, Logger logger) Applies the initialization to a bean if possible.voidAssignerMatchClass.assignInitializationToProperties(Object bean, Object initialization, Object parent, Logger logger) voidInitializationParameterAssigner.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 newCommonContextinstance. -
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 aLoggerignoring execution-times.OperationContext(ExecutionTimeRecorder executionTimeRecorder, Logger logger) Creates a newOperationContextinstance. -
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 TypeMethodDescriptionvoidFeatureList.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 TypeMethodDescriptionvoidFeatureCalculationCache.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 FeatureRelatedInitializationCreates a log and a model-directory, and otherwise empty initialization.voidFeatureRelatedInitialization.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.voidSequentialSession.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 newHorizontalCacheCreatorinstance. -
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 aReplaceStrategyfor a particularCacheCreator, or reuses any previously-createdReplaceStrategyif it exists. -
Uses of Logger in org.anchoranalysis.image.bean.channel
Methods in org.anchoranalysis.image.bean.channel with parameters of type LoggerModifier and TypeMethodDescriptionvoidChannelAggregator.addChannel(Channel channel, Logger logger) Adds aChannelto 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 TypeMethodDescriptionvoidImageInitialization.populate(BeanInitializer<?> propertyInitializer, Define define, Logger logger) Adds diverse entities from aDefineinto 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 newPopulateStoreFromDefineinstance. -
Uses of Logger in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator with parameters of type LoggerModifier and TypeMethodDescriptionvoidFeatureTableCalculator.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.voidSingleTableCalculator.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 TypeMethodDescriptionvoidPairsTableCalculator.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 newImageInferenceContextinstance. -
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 ChannelMapChannelMapCreator.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 TypeMethodDescriptionvoidNamedChannelsInput.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidNamedChannelsInput.addToStoreWithName(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) abstract intBit-depth of image.abstract NamedChannelsMapNamedChannelsInput.createChannelsForSeries(int seriesIndex, Logger logger) Creates aNamedChannelsMaprepresenting the channels for a particular series in this input.abstract DimensionsNamedChannelsInput.dimensions(int seriesIndex, Logger logger) Dimensions of a particular series.ChannelGetter.getChannel(String channelName, int timeIndex, Logger logger) Retrieve theChannelcorresponding tochannelNameat a particular time-frame.abstract ImageMetadataThe image-metadata associated with a particular series.abstract intNamedChannelsInput.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 TypeMethodDescriptionvoidNamedChannelsConcatenate.addAsSeparateChannels(NamedProviderStore<TimeSeries> stackCollection, int timeIndex, Logger logger) voidNamedChannelsConcatenate.addAsSeparateChannels(NamedStacks stackCollection, int t, Logger logger) voidNamedChannelsMap.addAsSeparateChannels(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) voidNamedChannelsMap.addAsSeparateChannels(NamedStacks destination, int timeIndex, Logger logger) voidOpenedNamedChannels.addAsSeparateChannels(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) voidOpenedNamedChannels.addAsSeparateChannels(NamedStacks destination, int timeIndex, Logger logger) NamedChannelsConcatenate.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) 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) booleanbooleanWhether the channels describe an RGB image.booleanintintThe 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 voidProvidesStackInput.addToStoreInferNames(NamedProviderStore<Stack> store, Logger logger) Adds the current object to a named-store of stacks (using the default series).voidProvidesStackInput.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 theStacks.voidProvidesStackInput.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 NamedStacksExposes the input as a set of named stacks (inferring the names).default StackExposes the input as a singleStackthrow an error if more than one exists.intThe 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 aTimeSeriesof stacks for a particular series number.OpenedImageFile.dimensionsForSeries(int seriesIndex, Logger logger) TheDimensionsassociated with a particular series.booleanWhether the image-file has RGB encoded voxels.default ImageMetadataExtracts metadata about the image.intOpenedImageFile.numberChannels(Logger logger) The number of channels in the image-file e.g. 1 for grayscale, 3 for RGB.intOpenedImageFile.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 TimeSeriesOpen the first series when we don't have a specific-type.default TimeSeriesOpenedImageFile.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 StringGeneratorOutputter.fileExtensionWriter(OutputWriteSettings settings, StackWriteOptions writeOptions, Optional<Logger> logger) The file extension to use for the defaultStackWriter, as returned byGeneratorOutputter.writer(OutputWriteSettings).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. -
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 StringSingleFileTypeGenerator.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 newFileNamerContextinstance.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 TypeMethodDescriptionvoidOutputterChecked.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 OutputterCheckedOutputterChecked.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 newElementOutputterinstance. -
Uses of Logger in org.anchoranalysis.launcher
Methods in org.anchoranalysis.launcher with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidLaunch.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 TypeMethodDescriptionvoidExperimentExecutor.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 newParseArgumentsAndRunExperimentinstance. -
Uses of Logger in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type LoggerModifier and TypeMethodDescriptionvoidRandomCollectionWithAddCriteria.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 TypeMethodDescriptionvoidEnergySavedPairs.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 newDictionaryForImageCreatorinstance.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 TypeMethodDescriptionvoidMarksInitialization.populate(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.voidPointsInitialization.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 TypeMethodDescriptionvoidMultiInputSubMap.addToStore(NamedProviderStore<T> namedStore, Logger logger) Copies all the existing entries into aNamedProviderStore.voidOperationMap.addToStore(NamedProviderStore<T> namedStore, Logger logger) voidStackWithMap.addToStore(NamedProviderStore<TimeSeries> stackCollection, int seriesNum, Logger logger) Adds the main stack and other stacks to the store.voidStackWithMap.addToStore(NamedProviderStore<TimeSeries> stackCollection, Logger logger) voidMultiInput.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidMultiInput.addToStoreWithName(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidExportSharedObjects.copyTo(SharedObjects target, Logger logger) Adds any exported shared objects to the target container.voidMultiInput.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 TypeMethodDescriptionvoidUpdatableMarks.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 newGraphLoggerinstance.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 TypeMethodDescriptionvoidAfterCondition.initialize(Logger logger) Initializes the condition with a logger.voidIncreaseFeatureCondition.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 NamedStacksChannelConvertStyle.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 TypeMethodDescriptionvoidConvertNamedChannelsInputToStack.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidConvertNamedChannelsInputToStack.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 TypeMethodDescriptionintOpenedMultiFile.channelNames(Logger logger) OpenedMultiFile.dimensionsForSeries(int seriesIndex, Logger logger) booleanintOpenedMultiFile.numberChannels(Logger logger) intOpenedMultiFile.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 LoggerLoggerFixture.suppressedLogger()ALoggerthat 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 InputOutputContextInputOutputContextFixture.withLogger(Logger logger) Creates an InputOutputContext with a specified logger.