Uses of Class
org.anchoranalysis.image.inference.bean.segment.instance.SegmentStackIntoObjectsScaleDecode
Packages that use SegmentStackIntoObjectsScaleDecode
Package
Description
Segmenting a
Stack
using the ONNX Runtime to produce
an ObjectCollection
.Segmentation of a
Stack
using OpenCV.-
Uses of SegmentStackIntoObjectsScaleDecode in org.anchoranalysis.plugin.onnx.bean.object.segment.stack
Subclasses of SegmentStackIntoObjectsScaleDecode in org.anchoranalysis.plugin.onnx.bean.object.segment.stackModifier and TypeClassDescriptionclass
Performs instance-segmentation using the ONNX Runtime and an.onnx
model file. -
Uses of SegmentStackIntoObjectsScaleDecode in org.anchoranalysis.plugin.opencv.bean.object.segment.stack
Subclasses of SegmentStackIntoObjectsScaleDecode in org.anchoranalysis.plugin.opencv.bean.object.segment.stackModifier and TypeClassDescriptionclass
Performs instance-segmentation using OpenCV's DNN module and a TensorFlow.pb
SavedModel file.