| CvBlobsRemove Method (UInt32) |
http://www.emgu.com
Removes the blob with the specific label
Namespace: Emgu.CV.CvbAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool Remove(
uint label
)
Public Function Remove (
label As UInteger
) As Boolean
public:
virtual bool Remove(
unsigned int label
) sealed
abstract Remove :
label : uint32 -> bool
override Remove :
label : uint32 -> bool Parameters
- label
- Type: SystemUInt32
The label of the blob
Return Value
Type:
BooleanTrue if the element is successfully found and removed; otherwise, false.
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also