Uses of Class
org.anchoranalysis.plugin.image.task.feature.ResultsVectorWithThumbnail
Packages that use ResultsVectorWithThumbnail
Package
Description
Source of rows in feature-tables with
FeatureSource
and derived classes.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of ResultsVectorWithThumbnail in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that return ResultsVectorWithThumbnailModifier and TypeMethodDescriptionprotected ResultsVectorWithThumbnail
FromHistogram.calculateResultsForInput
(FileInput input, FeatureCalculationContext<FeatureList<FeatureInputHistogram>> context) protected ResultsVectorWithThumbnail
FromImage.calculateResultsForInput
(ProvidesStackInput input, FeatureCalculationContext<FeatureList<FeatureInputStack>> context) protected ResultsVectorWithThumbnail
FromImageMetadata.calculateResultsForInput
(ImageMetadataInput input, FeatureCalculationContext<FeatureList<FeatureInputImageMetadata>> context) protected abstract ResultsVectorWithThumbnail
SingleRowPerInput.calculateResultsForInput
(T input, FeatureCalculationContext<FeatureList<S>> context) Calculates feature-results for a particular input. -
Uses of ResultsVectorWithThumbnail in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return ResultsVectorWithThumbnailModifier and TypeMethodDescriptionLabelledResultsVectorWithThumbnail.getResults()
The results vector with an optional thumbnail.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type ResultsVectorWithThumbnailModifierConstructorDescriptionLabelledResultsVectorWithThumbnail
(RowLabels labels, ResultsVectorWithThumbnail results) Creates a newLabelledResultsVectorWithThumbnail
instance.