v2026.4.1
All Bundles

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