v2026.6.4
All Bundles
Bundle ONNX Runtime inference library for running pre-trained models. Supports object detection (YOLO), image classification (ResNet), segmentation (DeepLab), pose estimation (OpenPose), face recognition, and Phi-3 text generation. Compile with -lib onnx.

DeepLabResult

DeepLab segmentation results containing masked/overlay images and per-class classifications

Operations

GetClassifications #

Gets an array of classifications

method : public : GetClassifications() ~ DeepLabClassification[]

Return

TypeDescription
DeepLabClassificationarray of classifications

GetMaskedDimensions #

Gets the masked image dimensions

method : public : GetMaskedDimensions() ~ Int[]

Return

TypeDescription
Intmasked image dimensions

GetMaskedImage #

Gets the masked image

method : public : GetMaskedImage() ~ API.OpenCV.Image

Return

TypeDescription
Imagemasked image

GetOverlayDimensions #

Gets the overlay image dimensions

method : public : GetOverlayDimensions() ~ Int[]

Return

TypeDescription
Intoverlay image dimensions

GetOverlayImage #

Gets the overlay image

method : public : GetOverlayImage() ~ API.OpenCV.Image

Return

TypeDescription
Imageoverlay image

ToJson #

JSON representation

method : public : ToJson() ~ JsonElement

Return

TypeDescription
JsonElementJSON representation

ToString #

Get string representation

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation