CvTracksRemove Method (UInt32) |
http://www.emgu.com
Removes 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 bool Remove(
uint id
)
Public Function Remove (
id As UInteger
) As Boolean
public:
virtual bool Remove(
unsigned int id
) sealed
abstract Remove :
id : uint32 -> bool
override Remove :
id : uint32 -> bool
Parameters
- id
- Type: SystemUInt32
The id of the track
Return Value
Type:
BooleanTrue if the element is successfully found and removed; otherwise, false.
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also