|
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.
|
2-Vector struct of sbyte [CvType.CV_8SC2] More...
Public Member Functions | |
| Vec2c (sbyte item1=0, sbyte item2=0) | |
| readonly int | CompareTo (object obj) |
| readonly int | CompareTo (object other, IComparer comparer) |
| readonly int | CompareTo (Vec2c other) |
| override readonly bool | Equals (object obj) |
| readonly bool | Equals (object other, IEqualityComparer comparer) |
| readonly bool | Equals (Vec2c other) |
| override readonly int | GetHashCode () |
| readonly int | GetHashCode (IEqualityComparer comparer) |
| readonly (sbyte, sbyte) ToValueTuple() | |
| readonly override string | ToString () |
| readonly Vec2b | ToVec2b () |
| readonly Vec2d | ToVec2d () |
| readonly Vec2f | ToVec2f () |
| readonly Vec2i | ToVec2i () |
| readonly Vec2s | ToVec2s () |
| readonly Vec2w | ToVec2w () |
Static Public Member Functions | |
| static | operator (sbyte, sbyte)(in Vec2c vec) |
| static | operator Vec2c (in(sbyte, sbyte) valueTuple) |
| static bool | operator!= (Vec2c left, Vec2c right) |
| static bool | operator== (Vec2c left, Vec2c right) |
Public Attributes | |
| sbyte | Item1 |
| sbyte | Item2 |
2-Vector struct of sbyte [CvType.CV_8SC2]
| OpenCVForUnity.UnityIntegration.Vec2c.Vec2c | ( | sbyte | item1 = 0, |
| sbyte | item2 = 0 ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec2c.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec2c.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec2c.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec2c.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec2c.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec2c.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec2c.readonly | ( | sbyte | , |
| sbyte | ) |
| readonly override string OpenCVForUnity.UnityIntegration.Vec2c.ToString | ( | ) |
| sbyte OpenCVForUnity.UnityIntegration.Vec2c.Item1 |
| sbyte OpenCVForUnity.UnityIntegration.Vec2c.Item2 |