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

7-Vector struct of double [CvType.CV_32FC7] More...

Public Member Functions

 Vec7d (double item1=0, double item2=0, double item3=0, double item4=0, double item5=0, double item6=0, double item7=0)
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly int CompareTo (Vec7d other)
 
override readonly bool Equals (object obj)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly bool Equals (Vec7d other)
 
override readonly int GetHashCode ()
 
readonly int GetHashCode (IEqualityComparer comparer)
 
 readonly (double, double, double, double, double, double, double) ToValueTuple()
 
override readonly string ToString ()
 
readonly Vec7f ToVec7f ()
 

Static Public Member Functions

static operator (double, double, double, double, double, double, double)(in Vec7d vec)
 
static operator Vec7d (in(double, double, double, double, double, double, double) valueTuple)
 
static bool operator!= (Vec7d left, Vec7d right)
 
static bool operator== (Vec7d left, Vec7d right)
 

Public Attributes

double Item1
 
double Item2
 
double Item3
 
double Item4
 
double Item5
 
double Item6
 
double Item7
 

Detailed Description

7-Vector struct of double [CvType.CV_32FC7]

Constructor & Destructor Documentation

◆ Vec7d()

OpenCVForUnity.UnityUtils.Vec7d.Vec7d ( double item1 = 0,
double item2 = 0,
double item3 = 0,
double item4 = 0,
double item5 = 0,
double item6 = 0,
double item7 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static OpenCVForUnity.UnityUtils.Vec7d.operator ( double ,
double ,
double ,
double ,
double ,
double ,
double  )
explicitstatic

◆ operator Vec7d()

static OpenCVForUnity.UnityUtils.Vec7d.operator Vec7d ( in(double, double, double, double, double, double, double) valueTuple)
explicitstatic

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec7d.readonly ( double ,
double ,
double ,
double ,
double ,
double ,
double  )

◆ ToString()

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

◆ ToVec7f()

readonly Vec7f OpenCVForUnity.UnityUtils.Vec7d.ToVec7f ( )

Member Data Documentation

◆ Item1

double OpenCVForUnity.UnityUtils.Vec7d.Item1

◆ Item2

double OpenCVForUnity.UnityUtils.Vec7d.Item2

◆ Item3

double OpenCVForUnity.UnityUtils.Vec7d.Item3

◆ Item4

double OpenCVForUnity.UnityUtils.Vec7d.Item4

◆ Item5

double OpenCVForUnity.UnityUtils.Vec7d.Item5

◆ Item6

double OpenCVForUnity.UnityUtils.Vec7d.Item6

◆ Item7

double OpenCVForUnity.UnityUtils.Vec7d.Item7

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