http://www.emgu.com
Get the blob with the speicific label. Set function is not implemented
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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