FrameData
01 Syntax
Microsoft.VisualBasic.Math.MachineVision.FrameData`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SetIndex | 1 | Just set the given index value to the FrameData.FrameID |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Item | 1 | get detection object by its index in current frame |
04 Members
SetIndex(
Int32)Just set the given index value to the FrameData.FrameID
Parameters
| Name | Type | Description |
|---|---|---|
id | Int32 | - |
Item(
Int32)get detection object by its index in current frame
Parameters
| Name | Type | Description |
|---|---|---|
index | Int32 | - |