Uses of Class
org.anchoranalysis.plugin.image.task.feature.ResultsVectorWithThumbnail
| 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. |
-
Uses of ResultsVectorWithThumbnail in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that return ResultsVectorWithThumbnail Modifier and Type Method Description 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 ResultsVectorWithThumbnail in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return ResultsVectorWithThumbnail Modifier and Type Method Description ResultsVectorWithThumbnailLabelledResultsVectorWithThumbnail. getResults()The results vector with an optional thumbnail.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type ResultsVectorWithThumbnail Constructor Description LabelledResultsVectorWithThumbnail(org.anchoranalysis.feature.io.csv.metadata.RowLabels labels, ResultsVectorWithThumbnail results)