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