Uses of Class
org.anchoranalysis.plugin.image.task.feature.FeatureCalculationContext
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.feature.source |
Source of rows in feature-tables with
FeatureSource and derived classes. |
| org.anchoranalysis.plugin.image.task.feature |
Non-bean classes pertaining to
Features as used in tasks. |
| org.anchoranalysis.plugin.image.task.feature.calculator |
Non-beans for calculating
Features. |
| org.anchoranalysis.plugin.image.task.segment |
Non-bean classes for image-segmentation.
|
-
Uses of FeatureCalculationContext in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type FeatureCalculationContext Modifier and Type Method Description abstract voidFeatureSource. calculateAndOutput(T input, FeatureCalculationContext<S> context)Processes one input to calculate feature-results and output them to the file-system.voidSingleRowPerInput. calculateAndOutput(T input, FeatureCalculationContext<org.anchoranalysis.feature.bean.list.FeatureList<S>> context)protected ResultsVectorWithThumbnailFromHistogram. calculateResultsForInput(org.anchoranalysis.io.input.file.FileInput input, FeatureCalculationContext<org.anchoranalysis.feature.bean.list.FeatureList<org.anchoranalysis.image.feature.input.FeatureInputHistogram>> context)protected ResultsVectorWithThumbnailFromImage. calculateResultsForInput(org.anchoranalysis.image.io.stack.input.ProvidesStackInput input, FeatureCalculationContext<org.anchoranalysis.feature.bean.list.FeatureList<org.anchoranalysis.image.feature.input.FeatureInputStack>> context)protected ResultsVectorWithThumbnailFromImageMetadata. calculateResultsForInput(org.anchoranalysis.image.io.stack.input.ImageMetadataInput input, FeatureCalculationContext<org.anchoranalysis.feature.bean.list.FeatureList<org.anchoranalysis.image.feature.input.FeatureInputImageMetadata>> context)protected abstract ResultsVectorWithThumbnailSingleRowPerInput. calculateResultsForInput(T input, FeatureCalculationContext<org.anchoranalysis.feature.bean.list.FeatureList<S>> context)Calculates feature-results for a particular input. -
Uses of FeatureCalculationContext in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return FeatureCalculationContext Modifier and Type Method Description FeatureCalculationContext<S>FeatureExporter. createCalculationContext(Optional<String> groupName, org.anchoranalysis.core.time.ExecutionTimeRecorder executionTimeRecorder, org.anchoranalysis.io.output.outputter.InputOutputContext ioContext)Creates aFeatureCalculationContextfor calculating features to later use this exporter. -
Uses of FeatureCalculationContext in org.anchoranalysis.plugin.image.task.feature.calculator
Constructors in org.anchoranalysis.plugin.image.task.feature.calculator with parameters of type FeatureCalculationContext Constructor Description CalculateFeaturesForObjects(CombineObjectsForFeatures<T> table, InitializationWithEnergyStack initialization, boolean suppressErrors, FeatureCalculationContext<org.anchoranalysis.image.feature.calculator.FeatureTableCalculator<T>> context)Creates a newCalculateFeaturesForObjects. -
Uses of FeatureCalculationContext in org.anchoranalysis.plugin.image.task.segment
Methods in org.anchoranalysis.plugin.image.task.segment that return FeatureCalculationContext Modifier and Type Method Description FeatureCalculationContext<org.anchoranalysis.image.feature.calculator.FeatureTableCalculator<org.anchoranalysis.image.feature.input.FeatureInputSingleObject>>SharedStateSegmentInstance. createCalculationContext(org.anchoranalysis.core.time.ExecutionTimeRecorder executionTimeRecorder, org.anchoranalysis.io.output.outputter.InputOutputContext ioContext)Creates aFeatureCalculationContextfor calculating features to later use this exporter.