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

3-Vector struct of ushort [CvType.CV_16UC3] More...

Public Member Functions

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

Static Public Member Functions

static implicit operator (ushort, ushort, ushort)(in Vec3w vec)
 
static implicit operator Vec3w (in(ushort, ushort, ushort) valueTuple)
 
static bool operator!= (Vec3w left, Vec3w right)
 
static bool operator== (Vec3w left, Vec3w right)
 

Public Attributes

ushort Item1
 
ushort Item2
 
ushort Item3
 

Detailed Description

3-Vector struct of ushort [CvType.CV_16UC3]

Constructor & Destructor Documentation

◆ Vec3w()

OpenCVForUnity.UnityUtils.Vec3w.Vec3w ( ushort item1 = 0,
ushort item2 = 0,
ushort item3 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec3w.operator ( ushort ,
ushort ,
ushort  )
static

◆ operator Vec3w()

static implicit OpenCVForUnity.UnityUtils.Vec3w.operator Vec3w ( in(ushort, ushort, ushort) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec3w.readonly ( ushort ,
ushort ,
ushort  )

◆ ToString()

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

◆ ToVec3b()

readonly Vec3b OpenCVForUnity.UnityUtils.Vec3w.ToVec3b ( )

◆ ToVec3c()

readonly Vec3c OpenCVForUnity.UnityUtils.Vec3w.ToVec3c ( )

◆ ToVec3d()

readonly Vec3d OpenCVForUnity.UnityUtils.Vec3w.ToVec3d ( )

◆ ToVec3f()

readonly Vec3f OpenCVForUnity.UnityUtils.Vec3w.ToVec3f ( )

◆ ToVec3i()

readonly Vec3i OpenCVForUnity.UnityUtils.Vec3w.ToVec3i ( )

◆ ToVec3s()

readonly Vec3s OpenCVForUnity.UnityUtils.Vec3w.ToVec3s ( )

Member Data Documentation

◆ Item1

ushort OpenCVForUnity.UnityUtils.Vec3w.Item1

◆ Item2

ushort OpenCVForUnity.UnityUtils.Vec3w.Item2

◆ Item3

ushort OpenCVForUnity.UnityUtils.Vec3w.Item3

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