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.
|
4-Vector struct of ushort [CvType.CV_16UC4, Rect2d, Scalar] More...
Public Member Functions | |
Vec4w (ushort item1=0, ushort item2=0, ushort item3=0, ushort item4=0) | |
readonly int | CompareTo (object obj) |
readonly int | CompareTo (object other, IComparer comparer) |
readonly int | CompareTo (Vec4w other) |
override readonly bool | Equals (object obj) |
readonly bool | Equals (object other, IEqualityComparer comparer) |
readonly bool | Equals (Vec4w other) |
override readonly int | GetHashCode () |
readonly int | GetHashCode (IEqualityComparer comparer) |
readonly (ushort, ushort, ushort, ushort) ToValueTuple() | |
override readonly string | ToString () |
readonly Vec4b | ToVec4b () |
readonly Vec4c | ToVec4c () |
readonly Vec4d | ToVec4d () |
readonly Vec4f | ToVec4f () |
readonly Vec4i | ToVec4i () |
readonly Vec4s | ToVec4s () |
Static Public Member Functions | |
static implicit | operator (ushort, ushort, ushort, ushort)(in Vec4w vec) |
static implicit | operator Vec4w (in(ushort, ushort, ushort, ushort) valueTuple) |
static bool | operator!= (Vec4w left, Vec4w right) |
static bool | operator== (Vec4w left, Vec4w right) |
Public Attributes | |
ushort | Item1 |
ushort | Item2 |
ushort | Item3 |
ushort | Item4 |
4-Vector struct of ushort [CvType.CV_16UC4, Rect2d, Scalar]
OpenCVForUnity.UnityUtils.Vec4w.Vec4w | ( | ushort | item1 = 0, |
ushort | item2 = 0, | ||
ushort | item3 = 0, | ||
ushort | item4 = 0 ) |
readonly int OpenCVForUnity.UnityUtils.Vec4w.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec4w.CompareTo | ( | object | other, |
IComparer | comparer ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec4w.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec4w.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
override readonly int OpenCVForUnity.UnityUtils.Vec4w.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec4w.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
static |
|
static |
|
static |
OpenCVForUnity.UnityUtils.Vec4w.readonly | ( | ushort | , |
ushort | , | ||
ushort | , | ||
ushort | ) |
override readonly string OpenCVForUnity.UnityUtils.Vec4w.ToString | ( | ) |
ushort OpenCVForUnity.UnityUtils.Vec4w.Item1 |
ushort OpenCVForUnity.UnityUtils.Vec4w.Item2 |
ushort OpenCVForUnity.UnityUtils.Vec4w.Item3 |
ushort OpenCVForUnity.UnityUtils.Vec4w.Item4 |