OpenCV for Unity 2.6.5
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityUtils.Vec2i Struct Reference

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
 

Detailed Description

2-Vector struct of int [CvType.CV_32SC2, Range]

Constructor & Destructor Documentation

◆ Vec2i()

OpenCVForUnity.UnityUtils.Vec2i.Vec2i ( int item1 = 0,
int item2 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

readonly int OpenCVForUnity.UnityUtils.Vec2i.CompareTo ( object obj)

◆ CompareTo() [2/3]

readonly int OpenCVForUnity.UnityUtils.Vec2i.CompareTo ( object other,
IComparer comparer )

◆ CompareTo() [3/3]

readonly int OpenCVForUnity.UnityUtils.Vec2i.CompareTo ( Vec2i other)

◆ Equals() [1/3]

override readonly bool OpenCVForUnity.UnityUtils.Vec2i.Equals ( object obj)

◆ Equals() [2/3]

readonly bool OpenCVForUnity.UnityUtils.Vec2i.Equals ( object other,
IEqualityComparer comparer )

◆ Equals() [3/3]

readonly bool OpenCVForUnity.UnityUtils.Vec2i.Equals ( Vec2i other)

◆ GetHashCode() [1/2]

override readonly int OpenCVForUnity.UnityUtils.Vec2i.GetHashCode ( )

◆ GetHashCode() [2/2]

readonly int OpenCVForUnity.UnityUtils.Vec2i.GetHashCode ( IEqualityComparer comparer)

◆ operator()

static OpenCVForUnity.UnityUtils.Vec2i.operator ( int ,
int  )
explicitstatic

◆ operator OpenCVForUnity.CoreModule.Range()

◆ operator Vec2i()

static OpenCVForUnity.UnityUtils.Vec2i.operator Vec2i ( in(int, int) valueTuple)
explicitstatic

◆ operator!=()

static bool OpenCVForUnity.UnityUtils.Vec2i.operator!= ( Vec2i left,
Vec2i right )
static

◆ operator==()

static bool OpenCVForUnity.UnityUtils.Vec2i.operator== ( Vec2i left,
Vec2i right )
static

◆ readonly()

OpenCVForUnity.UnityUtils.Vec2i.readonly ( int ,
int  )

◆ ToRange()

readonly OpenCVForUnity.CoreModule.Range OpenCVForUnity.UnityUtils.Vec2i.ToRange ( )

◆ ToString()

readonly override string OpenCVForUnity.UnityUtils.Vec2i.ToString ( )

◆ ToVec2b()

readonly Vec2b OpenCVForUnity.UnityUtils.Vec2i.ToVec2b ( )

◆ ToVec2c()

readonly Vec2c OpenCVForUnity.UnityUtils.Vec2i.ToVec2c ( )

◆ ToVec2d()

readonly Vec2d OpenCVForUnity.UnityUtils.Vec2i.ToVec2d ( )

◆ ToVec2f()

readonly Vec2f OpenCVForUnity.UnityUtils.Vec2i.ToVec2f ( )

◆ ToVec2s()

readonly Vec2s OpenCVForUnity.UnityUtils.Vec2i.ToVec2s ( )

◆ ToVec2w()

readonly Vec2w OpenCVForUnity.UnityUtils.Vec2i.ToVec2w ( )

Member Data Documentation

◆ Item1

int OpenCVForUnity.UnityUtils.Vec2i.Item1

◆ Item2

int OpenCVForUnity.UnityUtils.Vec2i.Item2

The documentation for this struct was generated from the following file: