Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.99 KB

File metadata and controls

56 lines (29 loc) · 1.99 KB

Interface: NativeSegmentedInstance

Defined in: types/instanceSegmentation.ts:10

Internal

Raw instance returned from the native C++ side, carrying a numeric classIndex instead of a resolved label string.

Properties

bbox

bbox: Bbox

Defined in: types/instanceSegmentation.ts:11


classIndex

classIndex: number

Defined in: types/instanceSegmentation.ts:15


mask

mask: Uint8Array

Defined in: types/instanceSegmentation.ts:12


maskHeight

maskHeight: number

Defined in: types/instanceSegmentation.ts:14


maskWidth

maskWidth: number

Defined in: types/instanceSegmentation.ts:13


score

score: number

Defined in: types/instanceSegmentation.ts:16