Uses of Interface
org.anchoranalysis.plugin.image.thumbnail.ThumbnailBatch
Packages that use ThumbnailBatch
Package
Description
Implementations of
ThumbnailFromObjects
.Non-bean classes that help calculate features from
ObjectMask
s.-
Uses of ThumbnailBatch in org.anchoranalysis.plugin.image.bean.thumbnail.object
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.object that return ThumbnailBatchModifier and TypeMethodDescriptionOutlinePreserveRelativeSize.start
(ObjectCollection objects, StreamableCollection<BoundingBox> boundingBoxes, Optional<Stack> backgroundSource, ExecutionTimeRecorder executionTimeRecorder) abstract ThumbnailBatch
<ObjectCollection> ThumbnailFromObjects.start
(ObjectCollection objects, StreamableCollection<BoundingBox> boundingBoxes, Optional<Stack> background, ExecutionTimeRecorder executionTimeRecorder) Initializes a batch to create thumbnails. -
Uses of ThumbnailBatch in org.anchoranalysis.plugin.image.feature.object
Methods in org.anchoranalysis.plugin.image.feature.object that return types with arguments of type ThumbnailBatchModifier and TypeMethodDescriptionListWithThumbnails.getThumbnailBatch()
The optional thumbnail batch associated with the list.Constructors in org.anchoranalysis.plugin.image.feature.object with parameters of type ThumbnailBatchModifierConstructorDescriptionListWithThumbnails
(List<T> list, ThumbnailBatch<S> thumbnailBatch) Creates a new instance with a thumbnail batch.