6-Tuple of byte (System.Byte)
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Vec6b type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Vec6b |
Initializer
|
Properties
Name | Description | |
---|---|---|
Item |
Indexer
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
Item0 |
The value of the first component of this object.
| |
Item1 |
The value of the second component of this object.
| |
Item2 |
The value of the third component of this object.
| |
Item3 |
The value of the fourth component of this object.
| |
Item4 |
The value of the fifth component of this object.
| |
Item5 |
The value of the sizth component of this object.
|
See Also