Click or drag to resize

CvTracksRemove Method (KeyValuePairUInt32, CvTrack)

http://www.emgu.com
Removes a key and value from the dictionary.

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public bool Remove(
	KeyValuePair<uint, CvTrack> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairUInt32, CvTrack
The structure representing the key and value to be removed

Return Value

Type: Boolean
True if the key are value is sucessfully found and removed; otherwise false.

Implements

ICollectionTRemove(T)
See Also