http://www.emgu.com
Get the blob with the speicific label. Set function is not implemented
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic CvBlob this[
uint label
] { get; set; }
Public Default Property Item (
label As UInteger
) As CvBlob
Get
Set
public:
virtual property CvBlob^ default[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