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

2-Vector struct of byte [CvType.CV_8UC2] More...

Public Member Functions

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

Static Public Member Functions

static implicit operator (byte, byte)(in Vec2b vec)
 
static implicit operator Vec2b (in(byte, byte) valueTuple)
 
static bool operator!= (Vec2b left, Vec2b right)
 
static bool operator== (Vec2b left, Vec2b right)
 

Public Attributes

byte Item1
 
byte Item2
 

Detailed Description

2-Vector struct of byte [CvType.CV_8UC2]

Constructor & Destructor Documentation

◆ Vec2b()

OpenCVForUnity.UnityUtils.Vec2b.Vec2b ( byte item1 = 0,
byte item2 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec2b.operator ( byte ,
byte  )
static

◆ operator Vec2b()

static implicit OpenCVForUnity.UnityUtils.Vec2b.operator Vec2b ( in(byte, byte) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec2b.readonly ( byte ,
byte  )

◆ ToString()

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

◆ ToVec2c()

readonly Vec2c OpenCVForUnity.UnityUtils.Vec2b.ToVec2c ( )

◆ ToVec2d()

readonly Vec2d OpenCVForUnity.UnityUtils.Vec2b.ToVec2d ( )

◆ ToVec2f()

readonly Vec2f OpenCVForUnity.UnityUtils.Vec2b.ToVec2f ( )

◆ ToVec2i()

readonly Vec2i OpenCVForUnity.UnityUtils.Vec2b.ToVec2i ( )

◆ ToVec2s()

readonly Vec2s OpenCVForUnity.UnityUtils.Vec2b.ToVec2s ( )

◆ ToVec2w()

readonly Vec2w OpenCVForUnity.UnityUtils.Vec2b.ToVec2w ( )

Member Data Documentation

◆ Item1

byte OpenCVForUnity.UnityUtils.Vec2b.Item1

◆ Item2

byte OpenCVForUnity.UnityUtils.Vec2b.Item2

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