|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.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.UnityIntegration.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.UnityIntegration.Vec7d.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec7d.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec7d.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec7d.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec7d.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec7d.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec7d.readonly | ( | double | , |
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | ) |
| override readonly string OpenCVForUnity.UnityIntegration.Vec7d.ToString | ( | ) |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item1 |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item2 |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item3 |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item4 |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item5 |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item6 |
| double OpenCVForUnity.UnityIntegration.Vec7d.Item7 |