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