OpenCV for Unity 2.6.3
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.Vec3b Struct Reference

3-Vector struct of byte [CvType.CV_8UC3] More...

Inheritance diagram for OpenCVForUnity.UnityUtils.Vec3b:

Public Member Functions

 Vec3b (byte item1=0, byte item2=0, byte item3=0)
 
readonly Vec3c ToVec3c ()
 
readonly Vec3w ToVec3w ()
 
readonly Vec3s ToVec3s ()
 
readonly Vec3i ToVec3i ()
 
readonly Vec3f ToVec3f ()
 
readonly Vec3d ToVec3d ()
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (Vec3b other)
 
readonly bool Equals (Vec3b other)
 
override readonly bool Equals (object obj)
 
override readonly int GetHashCode ()
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly int GetHashCode (IEqualityComparer comparer)
 
override readonly string ToString ()
 
 readonly (byte, byte, byte) ToValueTuple()
 

Static Public Member Functions

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

Public Attributes

byte Item1
 
byte Item2
 
byte Item3
 

Detailed Description

3-Vector struct of byte [CvType.CV_8UC3]

Constructor & Destructor Documentation

◆ Vec3b()

OpenCVForUnity.UnityUtils.Vec3b.Vec3b ( byte item1 = 0,
byte item2 = 0,
byte item3 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

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

◆ operator Vec3b()

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

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

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

◆ ToString()

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

◆ ToVec3c()

readonly Vec3c OpenCVForUnity.UnityUtils.Vec3b.ToVec3c ( )

◆ ToVec3d()

readonly Vec3d OpenCVForUnity.UnityUtils.Vec3b.ToVec3d ( )

◆ ToVec3f()

readonly Vec3f OpenCVForUnity.UnityUtils.Vec3b.ToVec3f ( )

◆ ToVec3i()

readonly Vec3i OpenCVForUnity.UnityUtils.Vec3b.ToVec3i ( )

◆ ToVec3s()

readonly Vec3s OpenCVForUnity.UnityUtils.Vec3b.ToVec3s ( )

◆ ToVec3w()

readonly Vec3w OpenCVForUnity.UnityUtils.Vec3b.ToVec3w ( )

Member Data Documentation

◆ Item1

byte OpenCVForUnity.UnityUtils.Vec3b.Item1

◆ Item2

byte OpenCVForUnity.UnityUtils.Vec3b.Item2

◆ Item3

byte OpenCVForUnity.UnityUtils.Vec3b.Item3

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