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.
|
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 |
7-Vector struct of double [CvType.CV_32FC7]
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 ) |
readonly int OpenCVForUnity.UnityUtils.Vec7d.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec7d.CompareTo | ( | object | other, |
IComparer | comparer ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec7d.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec7d.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
override readonly int OpenCVForUnity.UnityUtils.Vec7d.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec7d.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
static |
OpenCVForUnity.UnityUtils.Vec7d.readonly | ( | double | , |
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | ) |
override readonly string OpenCVForUnity.UnityUtils.Vec7d.ToString | ( | ) |
double OpenCVForUnity.UnityUtils.Vec7d.Item1 |
double OpenCVForUnity.UnityUtils.Vec7d.Item2 |
double OpenCVForUnity.UnityUtils.Vec7d.Item3 |
double OpenCVForUnity.UnityUtils.Vec7d.Item4 |
double OpenCVForUnity.UnityUtils.Vec7d.Item5 |
double OpenCVForUnity.UnityUtils.Vec7d.Item6 |
double OpenCVForUnity.UnityUtils.Vec7d.Item7 |