Uses of Class
org.anchoranalysis.io.input.InputReadFailedException
Packages that use InputReadFailedException
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.
Classes relating to creating inputs for an experiment / task.
Beans related to collecting inputs from the file-system for an experiment.
Beans to derive names (compact unique identifiers) from files.
Beans to find a subset of files that match a particular conditions on their paths.
Beans for reading data structures related to marked point processes from the file system.
Comparing the similarity of annotations from two images to each other.
Task to compare a set of annotations to a segmentation or another set of annotations.
Strategies for how to annotate an image, such label per image etc.
Non-bean classes pertaining to combining stacks into a single stack.
Grouping files together so that they collectively represent a single entity.
Beans to specify a file-path.
Implementations of
InputManager
.InputManager
s that accept a set of
named-channels.InputManager
s that accept a set of named-files.Implementations of
InputManager
that filter inputs.Implementations of
InputManager
that process Stack
s.-
Uses of InputReadFailedException in org.anchoranalysis.annotation.io
Methods in org.anchoranalysis.annotation.io that throw InputReadFailedExceptionModifier and TypeMethodDescriptionAnnotationReader.read
(Path path, OperationContext context) Reads an annotation, if possible, from the file-system. -
Uses of InputReadFailedException in org.anchoranalysis.annotation.io.bean
Methods in org.anchoranalysis.annotation.io.bean that throw InputReadFailedExceptionModifier and TypeMethodDescriptionAnnotationInputManager.inputs
(InputManagerParameters parameters) -
Uses of InputReadFailedException in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that throw InputReadFailedExceptionModifier and TypeMethodDescriptionabstract 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 InputReadFailedException in org.anchoranalysis.annotation.io.image
Methods in org.anchoranalysis.annotation.io.image that throw InputReadFailedExceptionModifier and TypeMethodDescriptionImageLabelAnnotationReader.read
(Path path, OperationContext context) -
Uses of InputReadFailedException in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that throw InputReadFailedExceptionModifier and TypeMethodDescriptiondefault NamedFile
InputFromManager.asFile()
Expresses the input as a file with a name (the unique identifier).default Path
InputFromManager.pathForBindingRequired()
LikeInputFromManager.pathForBinding()
but throws an exception if a path isn't present. -
Uses of InputReadFailedException in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that throw InputReadFailedExceptionModifier and TypeMethodDescriptionabstract InputsWithDirectory
<T> InputManager.inputs
(InputManagerParameters parameters) Creates a list of inputs given particular parameters.InputManagerUnary.inputs
(InputManagerParameters parameters) protected abstract InputsWithDirectory
<T> InputManagerUnary.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Calculates the inputs to return given the inputs from the delegate. -
Uses of InputReadFailedException in org.anchoranalysis.io.input.bean.namer
Methods in org.anchoranalysis.io.input.bean.namer that throw InputReadFailedExceptionModifier and TypeMethodDescriptionFileNamer.deriveNameUnique
(List<File> files, FileNamerContext context) LikeFileNamer.deriveName(List, FileNamerContext)
but checks that the final list of named-files all have unique names. -
Uses of InputReadFailedException in org.anchoranalysis.io.input.bean.path.matcher
Methods in org.anchoranalysis.io.input.bean.path.matcher that throw InputReadFailedExceptionModifier and TypeMethodDescriptionprotected abstract CheckedPredicate
<Path, IOException> FilePathMatcher.createMatcherFile
(Path directory, Optional<InputContextParameters> inputContext) Create a predicate to be used for matching against path.protected CheckedPredicate
<Path, IOException> MatchExtensions.createMatcherFile
(Path directory, Optional<InputContextParameters> inputContext) protected CheckedPredicate
<Path, IOException> MatchGlob.createMatcherFile
(Path directory, Optional<InputContextParameters> inputContext) FilePathMatcher.matchingFiles
(Path directory, boolean recursive) LikeFilePathMatcher.matchingFiles(Path, boolean, boolean, boolean, Optional, Optional)
but uses sensible defaults.FilePathMatcher.matchingFiles
(Path directory, boolean recursive, boolean ignoreHidden, boolean acceptDirectoryErrors, Optional<Integer> maxDirectoryDepth, Optional<InputManagerParameters> parameters) Finds a collection of files that match particular conditions on their paths. -
Uses of InputReadFailedException in org.anchoranalysis.mpp.io.bean.input
Methods in org.anchoranalysis.mpp.io.bean.input that throw InputReadFailedException -
Uses of InputReadFailedException in org.anchoranalysis.plugin.annotation.bean.comparer
Methods in org.anchoranalysis.plugin.annotation.bean.comparer that throw InputReadFailedExceptionModifier and TypeMethodDescriptionMaskAsObject.loadAsObjects
(Path reference, Dimensions dimensions, boolean debugMode, OperationContext context) Objects.loadAsObjects
(Path filePathSource, Dimensions dimensions, boolean debugMode, OperationContext context) -
Uses of InputReadFailedException in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that throw InputReadFailedExceptionModifier and TypeMethodDescriptionAnnotationComparisonInputManager.inputs
(InputManagerParameters parameters) -
Uses of InputReadFailedException in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy that throw InputReadFailedExceptionModifier and TypeMethodDescriptionstatic 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 InputReadFailedException in org.anchoranalysis.plugin.image.task.slice
Method parameters in org.anchoranalysis.plugin.image.task.slice with type arguments of type InputReadFailedExceptionModifier and TypeMethodDescriptionvoid
MontageSharedState.copyStackInto
(CheckedSupplier<RGBStack, InputReadFailedException> source, String identifier, Path path, Optional<String> label) Copies aStack
into aBoundingBox
in the combined image, resizing if necessary. -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.file.group
Methods in org.anchoranalysis.plugin.io.bean.file.group that throw InputReadFailedException -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.file.path
Methods in org.anchoranalysis.plugin.io.bean.file.path that throw InputReadFailedException -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.input
Methods in org.anchoranalysis.plugin.io.bean.input that throw InputReadFailedExceptionModifier and TypeMethodDescriptionConcatenate.inputs
(InputManagerParameters parameters) protected InputsWithDirectory
<T> BranchIfDebug.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> Exclude.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> Limit.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> LimitIfRequested.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> ShuffleIfRequested.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> SortAlphabetically.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.input.channel
Methods in org.anchoranalysis.plugin.io.bean.input.channel that throw InputReadFailedExceptionModifier and TypeMethodDescriptionNamedChannels.inputs
(InputManagerParameters parameters) NamedChannelsAppend.inputs
(InputManagerParameters parameters) -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that throw InputReadFailedExceptionModifier and TypeMethodDescriptionprotected InputsWithDirectory
<T> NamedFilesBase.createInputsFromFiles
(FilesProvider files, InputManagerParameters parameters, Function<NamedFile, T> mapToInput) Creates a list of inputs from aFilesProvider
which together with thenamer
can create the inputs.NamedFiles.inputs
(InputManagerParameters parameters) NamedFilesWithDirectory.inputs
(InputManagerParameters parameters) -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.input.filter
Methods in org.anchoranalysis.plugin.io.bean.input.filter that throw InputReadFailedExceptionModifier and TypeMethodDescriptionprotected InputsWithDirectory
<T> FilterCSVColumn.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> FilterDescriptiveName.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory
<T> FilterIfDebug.inputsFromDelegate
(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) -
Uses of InputReadFailedException in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack that throw InputReadFailedExceptionModifier and TypeMethodDescriptionConvertNamedChannelsToStack.inputs
(InputManagerParameters parameters) Stacks.inputs
(InputManagerParameters parameters)