NVIDIA DeepStream SDK API Reference

8.0 Release
_NvMOTMask Struct Reference

Detailed Description

Holds the segmentaiton mask of an object.

Definition at line 202 of file nvdstracker.h.

Data Fields

float * data
 Holds the segmentation mask. More...
 
uint32_t width
 Width of the segmentation mask. More...
 
uint32_t height
 Height of the segmentation mask. More...
 
uint32_t allocatedSize
 Allocated size. More...
 

Field Documentation

◆ allocatedSize

uint32_t _NvMOTMask::allocatedSize

Allocated size.

Definition at line 211 of file nvdstracker.h.

◆ data

float* _NvMOTMask::data

Holds the segmentation mask.

Size is width*height, in row major. Element range is from 0 to 1.

Definition at line 205 of file nvdstracker.h.

◆ height

uint32_t _NvMOTMask::height

Height of the segmentation mask.

Definition at line 209 of file nvdstracker.h.

◆ width

uint32_t _NvMOTMask::width

Width of the segmentation mask.

Definition at line 207 of file nvdstracker.h.


The documentation for this struct was generated from the following file: