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