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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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