OpenCV for Unity 2.6.4
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.Vec2w Struct Reference

2-Vector struct of ushort [CvType.CV_16UC2, Size] More...

Public Member Functions

 Vec2w (ushort item1=0, ushort item2=0)
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly int CompareTo (Vec2w other)
 
override readonly bool Equals (object obj)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly bool Equals (Vec2w other)
 
override readonly int GetHashCode ()
 
readonly int GetHashCode (IEqualityComparer comparer)
 
 readonly (ushort, ushort) ToValueTuple()
 
readonly override string ToString ()
 
readonly Vec2b ToVec2b ()
 
readonly Vec2c ToVec2c ()
 
readonly Vec2d ToVec2d ()
 
readonly Vec2f ToVec2f ()
 
readonly Vec2i ToVec2i ()
 
readonly Vec2s ToVec2s ()
 

Static Public Member Functions

static implicit operator (ushort, ushort)(in Vec2w vec)
 
static implicit operator Vec2w (in(ushort, ushort) valueTuple)
 
static bool operator!= (Vec2w left, Vec2w right)
 
static bool operator== (Vec2w left, Vec2w right)
 

Public Attributes

ushort Item1
 
ushort Item2
 

Detailed Description

2-Vector struct of ushort [CvType.CV_16UC2, Size]

Constructor & Destructor Documentation

◆ Vec2w()

OpenCVForUnity.UnityUtils.Vec2w.Vec2w ( ushort item1 = 0,
ushort item2 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec2w.operator ( ushort ,
ushort  )
static

◆ operator Vec2w()

static implicit OpenCVForUnity.UnityUtils.Vec2w.operator Vec2w ( in(ushort, ushort) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec2w.readonly ( ushort ,
ushort  )

◆ ToString()

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

◆ ToVec2b()

readonly Vec2b OpenCVForUnity.UnityUtils.Vec2w.ToVec2b ( )

◆ ToVec2c()

readonly Vec2c OpenCVForUnity.UnityUtils.Vec2w.ToVec2c ( )

◆ ToVec2d()

readonly Vec2d OpenCVForUnity.UnityUtils.Vec2w.ToVec2d ( )

◆ ToVec2f()

readonly Vec2f OpenCVForUnity.UnityUtils.Vec2w.ToVec2f ( )

◆ ToVec2i()

readonly Vec2i OpenCVForUnity.UnityUtils.Vec2w.ToVec2i ( )

◆ ToVec2s()

readonly Vec2s OpenCVForUnity.UnityUtils.Vec2w.ToVec2s ( )

Member Data Documentation

◆ Item1

ushort OpenCVForUnity.UnityUtils.Vec2w.Item1

◆ Item2

ushort OpenCVForUnity.UnityUtils.Vec2w.Item2

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