OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
2-Vector struct of byte [CvType.CV_8UC2] More...
Public Member Functions | |
Vec2b (byte item1=0, byte item2=0) | |
readonly int | CompareTo (object obj) |
readonly int | CompareTo (object other, IComparer comparer) |
readonly int | CompareTo (Vec2b other) |
override readonly bool | Equals (object obj) |
readonly bool | Equals (object other, IEqualityComparer comparer) |
readonly bool | Equals (Vec2b other) |
override readonly int | GetHashCode () |
readonly int | GetHashCode (IEqualityComparer comparer) |
readonly (byte, byte) ToValueTuple() | |
readonly override string | ToString () |
readonly Vec2c | ToVec2c () |
readonly Vec2d | ToVec2d () |
readonly Vec2f | ToVec2f () |
readonly Vec2i | ToVec2i () |
readonly Vec2s | ToVec2s () |
readonly Vec2w | ToVec2w () |
Static Public Member Functions | |
static implicit | operator (byte, byte)(in Vec2b vec) |
static implicit | operator Vec2b (in(byte, byte) valueTuple) |
static bool | operator!= (Vec2b left, Vec2b right) |
static bool | operator== (Vec2b left, Vec2b right) |
Public Attributes | |
byte | Item1 |
byte | Item2 |
2-Vector struct of byte [CvType.CV_8UC2]
OpenCVForUnity.UnityUtils.Vec2b.Vec2b | ( | byte | item1 = 0, |
byte | item2 = 0 ) |
readonly int OpenCVForUnity.UnityUtils.Vec2b.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec2b.CompareTo | ( | object | other, |
IComparer | comparer ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec2b.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec2b.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
override readonly int OpenCVForUnity.UnityUtils.Vec2b.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec2b.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
static |
|
static |
|
static |
OpenCVForUnity.UnityUtils.Vec2b.readonly | ( | byte | , |
byte | ) |
readonly override string OpenCVForUnity.UnityUtils.Vec2b.ToString | ( | ) |
byte OpenCVForUnity.UnityUtils.Vec2b.Item1 |
byte OpenCVForUnity.UnityUtils.Vec2b.Item2 |