Click or drag to resize

CvBlobsRemove Method (UInt32)

http://www.emgu.com
Removes the blob with the specific label

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public bool Remove(
	uint label
)

Parameters

label
Type: SystemUInt32
The label of the blob

Return Value

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

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also