nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.MachineVision / FrameData

FrameData

Full name Microsoft.VisualBasic.Math.MachineVision.FrameData`1 Assembly Microsoft.VisualBasic.Math.MachineVision Members 6

01 Syntax

Microsoft.VisualBasic.Math.MachineVision.FrameData`1

02 Methods

NameOverloadsSummary
SetIndex 1 Just set the given index value to the FrameData.FrameID
ToString 1
GenericEnumerator 1

03 Properties

NameOverloadsSummary
Item 1 get detection object by its index in current frame
FrameID 1
Detections 1

04 Members

method SetIndex #
SetIndex(Int32)

Just set the given index value to the FrameData.FrameID

Parameters
NameTypeDescription
idInt32

-

property Item #
Item(Int32)

get detection object by its index in current frame

Parameters
NameTypeDescription
indexInt32

-

property FrameID #
FrameID
property Detections #
Detections
method ToString #
ToString()
method GenericEnumerator #
GenericEnumerator()