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