Class SegmentationBuffer
Define a segmentation buffer.
Namespace: Mechatronics.SensorSDK
Syntax
public class SegmentationBuffer
Fields
buffer
Buffer of uint value representing a specific object or material.
Declaration
public uint[] buffer
Field Value
| Type | Description |
|---|---|
| UInt32[] |
height
Horizontal size of the segmentation frame.
Declaration
public int height
Field Value
| Type | Description |
|---|---|
| Int32 |
width
Horizontal size of the segmentation frame.
Declaration
public int width
Field Value
| Type | Description |
|---|---|
| Int32 |