Click or drag to resize

CvTracksRemove Method (UInt32)

http://www.emgu.com
Removes 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
Syntax
public bool Remove(
	uint id
)

Parameters

id
Type: SystemUInt32
The id of the track

Return Value

Type: Boolean
True if the element is successfully found and removed; otherwise, false.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also