http://www.emgu.com
Get or Set the Track with the specific id.
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic CvTrack this[
uint id
] { get; set; }
Public Property Item (
id As UInteger
) As CvTrack
Get
Set
public:
virtual property CvTrack^ Item[unsigned int id] {
CvTrack^ get (unsigned int id) sealed;
void set (unsigned int id, CvTrack^ value) sealed;
}
abstract Item : CvTrack with get, set
override Item : CvTrack with get, set
Parameters
- id
- Type: SystemUInt32
The id of the Track
Property Value
Type:
CvTrackImplements
IDictionaryTKey, TValueItemTKey
See Also