|
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.
|
5-Vector struct of float [CvType.CV_32FC5, MatOfRotatedRect] More...
Public Member Functions | |
| Vec5f (float item1=0, float item2=0, float item3=0, float item4=0, float item5=0) | |
| readonly int | CompareTo (object obj) |
| readonly int | CompareTo (object other, IComparer comparer) |
| readonly int | CompareTo (Vec5f other) |
| override readonly bool | Equals (object obj) |
| readonly bool | Equals (object other, IEqualityComparer comparer) |
| readonly bool | Equals (Vec5f other) |
| override readonly int | GetHashCode () |
| readonly int | GetHashCode (IEqualityComparer comparer) |
| readonly (float, float, float, float, float) ToValueTuple() | |
| override readonly string | ToString () |
| readonly Vec5d | ToVec5d () |
Static Public Member Functions | |
| static | operator (float, float, float, float, float)(in Vec5f vec) |
| static | operator Vec5f (in(float, float, float, float, float) valueTuple) |
| static bool | operator!= (Vec5f left, Vec5f right) |
| static bool | operator== (Vec5f left, Vec5f right) |
Public Attributes | |
| float | Item1 |
| float | Item2 |
| float | Item3 |
| float | Item4 |
| float | Item5 |
5-Vector struct of float [CvType.CV_32FC5, MatOfRotatedRect]
| OpenCVForUnity.UnityIntegration.Vec5f.Vec5f | ( | float | item1 = 0, |
| float | item2 = 0, | ||
| float | item3 = 0, | ||
| float | item4 = 0, | ||
| float | item5 = 0 ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec5f.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec5f.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec5f.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec5f.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec5f.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec5f.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec5f.readonly | ( | float | , |
| float | , | ||
| float | , | ||
| float | , | ||
| float | ) |
| override readonly string OpenCVForUnity.UnityIntegration.Vec5f.ToString | ( | ) |
| float OpenCVForUnity.UnityIntegration.Vec5f.Item1 |
| float OpenCVForUnity.UnityIntegration.Vec5f.Item2 |
| float OpenCVForUnity.UnityIntegration.Vec5f.Item3 |
| float OpenCVForUnity.UnityIntegration.Vec5f.Item4 |
| float OpenCVForUnity.UnityIntegration.Vec5f.Item5 |