Click or drag to resize
CvBlobsRemove Method (KeyValuePairUInt32, CvBlob)
http://www.emgu.com
Removes a key and value from the dictionary.

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

Parameters

item
Type: System.Collections.GenericKeyValuePairUInt32, CvBlob
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