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

5-Vector struct of double [CvType.CV_64FC5, RotatedRect] More...

Inheritance diagram for OpenCVForUnity.UnityUtils.Vec5d:

Public Member Functions

 Vec5d (double item1=0, double item2=0, double item3=0, double item4=0, double item5=0)
 
readonly Vec5f ToVec5f ()
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (Vec5d other)
 
readonly bool Equals (Vec5d 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 (double, double, double, double, double) ToValueTuple()
 
readonly RotatedRect ToRotatedRect ()
 

Static Public Member Functions

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

Public Attributes

double Item1
 
double Item2
 
double Item3
 
double Item4
 
double Item5
 

Detailed Description

5-Vector struct of double [CvType.CV_64FC5, RotatedRect]

Constructor & Destructor Documentation

◆ Vec5d()

OpenCVForUnity.UnityUtils.Vec5d.Vec5d ( double item1 = 0,
double item2 = 0,
double item3 = 0,
double item4 = 0,
double item5 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

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

◆ operator RotatedRect()

◆ operator Vec5d()

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

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

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

◆ ToRotatedRect()

readonly RotatedRect OpenCVForUnity.UnityUtils.Vec5d.ToRotatedRect ( )

◆ ToString()

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

◆ ToVec5f()

readonly Vec5f OpenCVForUnity.UnityUtils.Vec5d.ToVec5f ( )

Member Data Documentation

◆ Item1

double OpenCVForUnity.UnityUtils.Vec5d.Item1

◆ Item2

double OpenCVForUnity.UnityUtils.Vec5d.Item2

◆ Item3

double OpenCVForUnity.UnityUtils.Vec5d.Item3

◆ Item4

double OpenCVForUnity.UnityUtils.Vec5d.Item4

◆ Item5

double OpenCVForUnity.UnityUtils.Vec5d.Item5

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