http://www.emgu.com
Get or Set the Track with the specific id.
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic CvTrack this[
uint id
] { get; set; }
Public Default Property Item (
id As UInteger
) As CvTrack
Get
Set
public:
virtual property CvTrack default[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