Uses of Class
org.anchoranalysis.image.inference.segment.DualScale
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference |
Inference of machine learning models on images.
|
| org.anchoranalysis.image.inference.segment |
Non-beans pertaining to segmentation of images via model inference.
|
-
Uses of DualScale in org.anchoranalysis.image.inference
Methods in org.anchoranalysis.image.inference that return DualScale Modifier and Type Method Description DualScale<Dimensions>ImageInferenceContext. getDimensions()The size of the image for which we wish to segment, before and after any scaling for model inference.DualScale<Optional<org.anchoranalysis.spatial.scale.ScaleFactor>>ImageInferenceContext. scaleFactorUpscale()The scaling-factors needed to upscale the model output to match the desired scale.Constructors in org.anchoranalysis.image.inference with parameters of type DualScale Constructor Description ImageInferenceContext(DualScale<Dimensions> dimensions, org.anchoranalysis.spatial.scale.ScaleFactor scaleFactor, Optional<List<String>> classLabels, org.anchoranalysis.image.voxel.resizer.VoxelsResizer resizer, ExecutionTimeRecorder executionTimeRecorder, Logger logger) -
Uses of DualScale in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return DualScale Modifier and Type Method Description <S, U> DualScale<S>DualScale. combine(DualScale<U> other, BiFunction<T,U,S> combineFunction)Create a derivedDualScaleby combining the respective elements of this instance with another.DualScale<Stack>SegmentedBackground. getBackground()The background image to use for segmentation, when visualizing segmentations.DualScale<SegmentedObjectsAtScale>SegmentedObjects. getObjects()The segmented-objects, at two different scales.<S> DualScale<S>DualScale. map(Function<T,S> mappingFunction)Create a derivedDualScaleby applying an identical mapping to each element.Methods in org.anchoranalysis.image.inference.segment with parameters of type DualScale Modifier and Type Method Description <S, U> DualScale<S>DualScale. combine(DualScale<U> other, BiFunction<T,U,S> combineFunction)Create a derivedDualScaleby combining the respective elements of this instance with another.static <T> MultiScaleObjectMultiScaleObject. extractFrom(DualScale<T> dual, Function<T,org.anchoranalysis.image.voxel.object.ObjectMask> extractObject)static <T, S> MultiScaleObjectMultiScaleObject. extractFrom(DualScale<T> dual1, DualScale<S> dual2, BiFunction<T,S,org.anchoranalysis.image.voxel.object.ObjectMask> extractObject)Constructors in org.anchoranalysis.image.inference.segment with parameters of type DualScale Constructor Description SegmentedBackground(DualScale<Stack> background, org.anchoranalysis.image.bean.displayer.StackDisplayer displayer)