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 2

01 Syntax

Microsoft.VisualBasic.Math.MachineVision.FrameData`1

02 Methods

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

03 Properties

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

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

-