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

3-Vector struct of sbyte [CvType.CV_8SC3] More...

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

sbyte Item1
 
sbyte Item2
 
sbyte Item3
 

Detailed Description

3-Vector struct of sbyte [CvType.CV_8SC3]

Constructor & Destructor Documentation

◆ Vec3c()

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

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

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

◆ operator Vec3c()

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

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

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

◆ ToString()

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

◆ ToVec3b()

readonly Vec3b OpenCVForUnity.UnityUtils.Vec3c.ToVec3b ( )

◆ ToVec3d()

readonly Vec3d OpenCVForUnity.UnityUtils.Vec3c.ToVec3d ( )

◆ ToVec3f()

readonly Vec3f OpenCVForUnity.UnityUtils.Vec3c.ToVec3f ( )

◆ ToVec3i()

readonly Vec3i OpenCVForUnity.UnityUtils.Vec3c.ToVec3i ( )

◆ ToVec3s()

readonly Vec3s OpenCVForUnity.UnityUtils.Vec3c.ToVec3s ( )

◆ ToVec3w()

readonly Vec3w OpenCVForUnity.UnityUtils.Vec3c.ToVec3w ( )

Member Data Documentation

◆ Item1

sbyte OpenCVForUnity.UnityUtils.Vec3c.Item1

◆ Item2

sbyte OpenCVForUnity.UnityUtils.Vec3c.Item2

◆ Item3

sbyte OpenCVForUnity.UnityUtils.Vec3c.Item3

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