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