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

7-Vector struct of float [CvType.CV_32FC7, KeyPoint] More...

Inheritance diagram for OpenCVForUnity.UnityUtils.Vec7f:

Public Member Functions

 Vec7f (float item1=0, float item2=0, float item3=0, float item4=0, float item5=0, float item6=0, float item7=0)
 
readonly Vec7d ToVec7d ()
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (Vec7f other)
 
readonly bool Equals (Vec7f 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 (float, float, float, float, float, float, float) ToValueTuple()
 
readonly KeyPoint ToKeyPoint ()
 

Static Public Member Functions

static bool operator== (Vec7f left, Vec7f right)
 
static bool operator!= (Vec7f left, Vec7f right)
 
static operator (float, float, float, float, float, float, float)(in Vec7f vec)
 
static operator KeyPoint (in Vec7f vec)
 
static operator Vec7f (in(float, float, float, float, float, float, float) valueTuple)
 

Public Attributes

float Item1
 
float Item2
 
float Item3
 
float Item4
 
float Item5
 
float Item6
 
float Item7
 

Detailed Description

7-Vector struct of float [CvType.CV_32FC7, KeyPoint]

Constructor & Destructor Documentation

◆ Vec7f()

OpenCVForUnity.UnityUtils.Vec7f.Vec7f ( float item1 = 0,
float item2 = 0,
float item3 = 0,
float item4 = 0,
float item5 = 0,
float item6 = 0,
float item7 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static OpenCVForUnity.UnityUtils.Vec7f.operator ( float ,
float ,
float ,
float ,
float ,
float ,
float  )
explicitstatic

◆ operator KeyPoint()

static OpenCVForUnity.UnityUtils.Vec7f.operator KeyPoint ( in Vec7f vec)
explicitstatic

◆ operator Vec7f()

static OpenCVForUnity.UnityUtils.Vec7f.operator Vec7f ( in(float, float, float, float, float, float, float) valueTuple)
explicitstatic

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec7f.readonly ( float ,
float ,
float ,
float ,
float ,
float ,
float  )

◆ ToKeyPoint()

readonly KeyPoint OpenCVForUnity.UnityUtils.Vec7f.ToKeyPoint ( )

◆ ToString()

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

◆ ToVec7d()

readonly Vec7d OpenCVForUnity.UnityUtils.Vec7f.ToVec7d ( )

Member Data Documentation

◆ Item1

float OpenCVForUnity.UnityUtils.Vec7f.Item1

◆ Item2

float OpenCVForUnity.UnityUtils.Vec7f.Item2

◆ Item3

float OpenCVForUnity.UnityUtils.Vec7f.Item3

◆ Item4

float OpenCVForUnity.UnityUtils.Vec7f.Item4

◆ Item5

float OpenCVForUnity.UnityUtils.Vec7f.Item5

◆ Item6

float OpenCVForUnity.UnityUtils.Vec7f.Item6

◆ Item7

float OpenCVForUnity.UnityUtils.Vec7f.Item7

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