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