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 short [CvType.CV_16SC2] More...
Public Member Functions | |
Vec2s (short item1=0, short item2=0) | |
readonly int | CompareTo (object obj) |
readonly int | CompareTo (object other, IComparer comparer) |
readonly int | CompareTo (Vec2s other) |
override readonly bool | Equals (object obj) |
readonly bool | Equals (object other, IEqualityComparer comparer) |
readonly bool | Equals (Vec2s other) |
override readonly int | GetHashCode () |
readonly int | GetHashCode (IEqualityComparer comparer) |
readonly (short, short) ToValueTuple() | |
readonly override string | ToString () |
readonly Vec2b | ToVec2b () |
readonly Vec2c | ToVec2c () |
readonly Vec2d | ToVec2d () |
readonly Vec2f | ToVec2f () |
readonly Vec2i | ToVec2i () |
readonly Vec2w | ToVec2w () |
Static Public Member Functions | |
static implicit | operator (short, short)(in Vec2s vec) |
static implicit | operator Vec2s (in(short, short) valueTuple) |
static bool | operator!= (Vec2s left, Vec2s right) |
static bool | operator== (Vec2s left, Vec2s right) |
Public Attributes | |
short | Item1 |
short | Item2 |
2-Vector struct of short [CvType.CV_16SC2]
OpenCVForUnity.UnityUtils.Vec2s.Vec2s | ( | short | item1 = 0, |
short | item2 = 0 ) |
readonly int OpenCVForUnity.UnityUtils.Vec2s.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec2s.CompareTo | ( | object | other, |
IComparer | comparer ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec2s.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec2s.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
override readonly int OpenCVForUnity.UnityUtils.Vec2s.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec2s.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
static |
|
static |
|
static |
OpenCVForUnity.UnityUtils.Vec2s.readonly | ( | short | , |
short | ) |
readonly override string OpenCVForUnity.UnityUtils.Vec2s.ToString | ( | ) |
short OpenCVForUnity.UnityUtils.Vec2s.Item1 |
short OpenCVForUnity.UnityUtils.Vec2s.Item2 |