http://www.emgu.com
Get or Set the Track with the specific id.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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