http://www.emgu.com
Get the blob with the speicific label. Set function is not implemented
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic CvBlob this[
uint label
] { get; set; }
Public Property Item (
label As UInteger
) As CvBlob
Get
Set
public:
virtual property CvBlob^ Item[unsigned int label] {
CvBlob^ get (unsigned int label) sealed;
void set (unsigned int label, CvBlob^ value) sealed;
}
abstract Item : CvBlob with get, set
override Item : CvBlob with get, set
Parameters
- label
- Type: SystemUInt32
The label for the blob
Property Value
Type:
CvBlobImplements
IDictionaryTKey, TValueItemTKey
See Also