2-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 Vec2b type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Vec2b |
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.
|
See Also