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