|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.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 | operator (sbyte, sbyte, sbyte, sbyte)(in Vec4c vec) |
| static | 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.UnityIntegration.Vec4c.Vec4c | ( | sbyte | item1 = 0, |
| sbyte | item2 = 0, | ||
| sbyte | item3 = 0, | ||
| sbyte | item4 = 0 ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec4c.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec4c.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec4c.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec4c.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec4c.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec4c.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec4c.readonly | ( | sbyte | , |
| sbyte | , | ||
| sbyte | , | ||
| sbyte | ) |
| override readonly string OpenCVForUnity.UnityIntegration.Vec4c.ToString | ( | ) |
| sbyte OpenCVForUnity.UnityIntegration.Vec4c.Item1 |
| sbyte OpenCVForUnity.UnityIntegration.Vec4c.Item2 |
| sbyte OpenCVForUnity.UnityIntegration.Vec4c.Item3 |
| sbyte OpenCVForUnity.UnityIntegration.Vec4c.Item4 |