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

4-Vector struct of sbyte [CvType.CV_8SC4] More...

Public Member Functions

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

Static Public Member Functions

static implicit operator (sbyte, sbyte, sbyte, sbyte)(in Vec4c vec)
 
static implicit operator Vec4c (in(sbyte, sbyte, sbyte, sbyte) valueTuple)
 
static bool operator!= (Vec4c left, Vec4c right)
 
static bool operator== (Vec4c left, Vec4c right)
 

Public Attributes

sbyte Item1
 
sbyte Item2
 
sbyte Item3
 
sbyte Item4
 

Detailed Description

4-Vector struct of sbyte [CvType.CV_8SC4]

Constructor & Destructor Documentation

◆ Vec4c()

OpenCVForUnity.UnityUtils.Vec4c.Vec4c ( sbyte item1 = 0,
sbyte item2 = 0,
sbyte item3 = 0,
sbyte item4 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec4c.operator ( sbyte ,
sbyte ,
sbyte ,
sbyte  )
static

◆ operator Vec4c()

static implicit OpenCVForUnity.UnityUtils.Vec4c.operator Vec4c ( in(sbyte, sbyte, sbyte, sbyte) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec4c.readonly ( sbyte ,
sbyte ,
sbyte ,
sbyte  )

◆ ToString()

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

◆ ToVec4b()

readonly Vec4b OpenCVForUnity.UnityUtils.Vec4c.ToVec4b ( )

◆ ToVec4d()

readonly Vec4d OpenCVForUnity.UnityUtils.Vec4c.ToVec4d ( )

◆ ToVec4f()

readonly Vec4f OpenCVForUnity.UnityUtils.Vec4c.ToVec4f ( )

◆ ToVec4i()

readonly Vec4i OpenCVForUnity.UnityUtils.Vec4c.ToVec4i ( )

◆ ToVec4s()

readonly Vec4s OpenCVForUnity.UnityUtils.Vec4c.ToVec4s ( )

◆ ToVec4w()

readonly Vec4w OpenCVForUnity.UnityUtils.Vec4c.ToVec4w ( )

Member Data Documentation

◆ Item1

sbyte OpenCVForUnity.UnityUtils.Vec4c.Item1

◆ Item2

sbyte OpenCVForUnity.UnityUtils.Vec4c.Item2

◆ Item3

sbyte OpenCVForUnity.UnityUtils.Vec4c.Item3

◆ Item4

sbyte OpenCVForUnity.UnityUtils.Vec4c.Item4

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