|
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 float [CvType.CV_32FC7, KeyPoint] More...
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 int | CompareTo (object obj) |
| readonly int | CompareTo (object other, IComparer comparer) |
| readonly int | CompareTo (Vec7f other) |
| override readonly bool | Equals (object obj) |
| readonly bool | Equals (object other, IEqualityComparer comparer) |
| readonly bool | Equals (Vec7f other) |
| override readonly int | GetHashCode () |
| readonly int | GetHashCode (IEqualityComparer comparer) |
| readonly (float, float, float, float, float, float, float) ToValueTuple() | |
| readonly KeyPoint | ToKeyPoint () |
| override readonly string | ToString () |
| readonly Vec7d | ToVec7d () |
Static Public Member Functions | |
| 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) |
| static bool | operator!= (Vec7f left, Vec7f right) |
| static bool | operator== (Vec7f left, Vec7f right) |
Public Attributes | |
| float | Item1 |
| float | Item2 |
| float | Item3 |
| float | Item4 |
| float | Item5 |
| float | Item6 |
| float | Item7 |
7-Vector struct of float [CvType.CV_32FC7, KeyPoint]
| OpenCVForUnity.UnityIntegration.Vec7f.Vec7f | ( | float | item1 = 0, |
| float | item2 = 0, | ||
| float | item3 = 0, | ||
| float | item4 = 0, | ||
| float | item5 = 0, | ||
| float | item6 = 0, | ||
| float | item7 = 0 ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec7f.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec7f.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec7f.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec7f.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec7f.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec7f.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec7f.readonly | ( | float | , |
| float | , | ||
| float | , | ||
| float | , | ||
| float | , | ||
| float | , | ||
| float | ) |
| override readonly string OpenCVForUnity.UnityIntegration.Vec7f.ToString | ( | ) |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item1 |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item2 |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item3 |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item4 |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item5 |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item6 |
| float OpenCVForUnity.UnityIntegration.Vec7f.Item7 |