Label values for each pixel
Inheritance Hierarchy
OpenCvSharp.BlobLabelData
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The LabelData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LabelData(Int32) | Initializes a new instance of the LabelData class | |
LabelData(Int32, Int32) | Initializes a new instance of the LabelData class | |
LabelData(Int32, CvRect) | Initializes a new instance of the LabelData class | |
LabelData(Int32, Int32, CvRect) | Initializes a new instance of the LabelData class |
Properties
Name | Description | |
---|---|---|
Cols |
Column Length
| |
Item | ||
Roi |
Region of interest
| |
Rows |
Row length
| |
Values |
Label value
|
Methods
Name | Description | |
---|---|---|
Clone |
Returns deep copied instance of this
| |
DebugShow | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RawGetLabel | ||
RawSetLabel | ||
ToString | (Inherited from Object.) |
See Also