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.
|
3-Vector struct of ushort [CvType.CV_16UC3] More...
Public Member Functions | |
Vec3w (ushort item1=0, ushort item2=0, ushort item3=0) | |
readonly int | CompareTo (object obj) |
readonly int | CompareTo (object other, IComparer comparer) |
readonly int | CompareTo (Vec3w other) |
override readonly bool | Equals (object obj) |
readonly bool | Equals (object other, IEqualityComparer comparer) |
readonly bool | Equals (Vec3w other) |
override readonly int | GetHashCode () |
readonly int | GetHashCode (IEqualityComparer comparer) |
readonly (ushort, ushort, ushort) ToValueTuple() | |
override readonly string | ToString () |
readonly Vec3b | ToVec3b () |
readonly Vec3c | ToVec3c () |
readonly Vec3d | ToVec3d () |
readonly Vec3f | ToVec3f () |
readonly Vec3i | ToVec3i () |
readonly Vec3s | ToVec3s () |
Static Public Member Functions | |
static implicit | operator (ushort, ushort, ushort)(in Vec3w vec) |
static implicit | operator Vec3w (in(ushort, ushort, ushort) valueTuple) |
static bool | operator!= (Vec3w left, Vec3w right) |
static bool | operator== (Vec3w left, Vec3w right) |
Public Attributes | |
ushort | Item1 |
ushort | Item2 |
ushort | Item3 |
3-Vector struct of ushort [CvType.CV_16UC3]
OpenCVForUnity.UnityUtils.Vec3w.Vec3w | ( | ushort | item1 = 0, |
ushort | item2 = 0, | ||
ushort | item3 = 0 ) |
readonly int OpenCVForUnity.UnityUtils.Vec3w.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec3w.CompareTo | ( | object | other, |
IComparer | comparer ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec3w.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec3w.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
override readonly int OpenCVForUnity.UnityUtils.Vec3w.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec3w.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
static |
|
static |
|
static |
OpenCVForUnity.UnityUtils.Vec3w.readonly | ( | ushort | , |
ushort | , | ||
ushort | ) |
override readonly string OpenCVForUnity.UnityUtils.Vec3w.ToString | ( | ) |
ushort OpenCVForUnity.UnityUtils.Vec3w.Item1 |
ushort OpenCVForUnity.UnityUtils.Vec3w.Item2 |
ushort OpenCVForUnity.UnityUtils.Vec3w.Item3 |