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
Features 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 ResultsVectorWithThumbnailFromHistogram.calculateResultsForInput(FileInput input, FeatureCalculationContext<FeatureList<FeatureInputHistogram>> context) protected ResultsVectorWithThumbnailFromImage.calculateResultsForInput(ProvidesStackInput input, FeatureCalculationContext<FeatureList<FeatureInputStack>> context) protected ResultsVectorWithThumbnailFromImageMetadata.calculateResultsForInput(ImageMetadataInput input, FeatureCalculationContext<FeatureList<FeatureInputImageMetadata>> context) protected abstract ResultsVectorWithThumbnailSingleRowPerInput.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 newLabelledResultsVectorWithThumbnailinstance.