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.Vec4s Struct Reference

4-Vector struct of short [CvType.CV_16SC4] More...

Public Member Functions

 Vec4s (short item1=0, short item2=0, short item3=0, short item4=0)
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly int CompareTo (Vec4s other)
 
override readonly bool Equals (object obj)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly bool Equals (Vec4s other)
 
override readonly int GetHashCode ()
 
readonly int GetHashCode (IEqualityComparer comparer)
 
 readonly (short, short, short, short) ToValueTuple()
 
override readonly string ToString ()
 
readonly Vec4b ToVec4b ()
 
readonly Vec4c ToVec4c ()
 
readonly Vec4d ToVec4d ()
 
readonly Vec4f ToVec4f ()
 
readonly Vec4i ToVec4i ()
 
readonly Vec4w ToVec4w ()
 

Static Public Member Functions

static implicit operator (short, short, short, short)(in Vec4s vec)
 
static implicit operator Vec4s (in(short, short, short, short) valueTuple)
 
static bool operator!= (Vec4s left, Vec4s right)
 
static bool operator== (Vec4s left, Vec4s right)
 

Public Attributes

short Item1
 
short Item2
 
short Item3
 
short Item4
 

Detailed Description

4-Vector struct of short [CvType.CV_16SC4]

Constructor & Destructor Documentation

◆ Vec4s()

OpenCVForUnity.UnityUtils.Vec4s.Vec4s ( short item1 = 0,
short item2 = 0,
short item3 = 0,
short item4 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec4s.operator ( short ,
short ,
short ,
short  )
static

◆ operator Vec4s()

static implicit OpenCVForUnity.UnityUtils.Vec4s.operator Vec4s ( in(short, short, short, short) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec4s.readonly ( short ,
short ,
short ,
short  )

◆ ToString()

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

◆ ToVec4b()

readonly Vec4b OpenCVForUnity.UnityUtils.Vec4s.ToVec4b ( )

◆ ToVec4c()

readonly Vec4c OpenCVForUnity.UnityUtils.Vec4s.ToVec4c ( )

◆ ToVec4d()

readonly Vec4d OpenCVForUnity.UnityUtils.Vec4s.ToVec4d ( )

◆ ToVec4f()

readonly Vec4f OpenCVForUnity.UnityUtils.Vec4s.ToVec4f ( )

◆ ToVec4i()

readonly Vec4i OpenCVForUnity.UnityUtils.Vec4s.ToVec4i ( )

◆ ToVec4w()

readonly Vec4w OpenCVForUnity.UnityUtils.Vec4s.ToVec4w ( )

Member Data Documentation

◆ Item1

short OpenCVForUnity.UnityUtils.Vec4s.Item1

◆ Item2

short OpenCVForUnity.UnityUtils.Vec4s.Item2

◆ Item3

short OpenCVForUnity.UnityUtils.Vec4s.Item3

◆ Item4

short OpenCVForUnity.UnityUtils.Vec4s.Item4

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