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.
|
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) |
override readonly string | ToString () |
readonly Vec5d | ToVec5d () |
Static Public Member Functions | |
static implicit | operator (float, float, float, float, float)(in Vec5f vec) |
static implicit | 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.UnityUtils.Vec5f.Vec5f | ( | float | item1 = 0, |
float | item2 = 0, | ||
float | item3 = 0, | ||
float | item4 = 0, | ||
float | item5 = 0 ) |
readonly int OpenCVForUnity.UnityUtils.Vec5f.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec5f.CompareTo | ( | object | other, |
IComparer | comparer ) |
readonly int OpenCVForUnity.UnityUtils.Vec5f.CompareTo | ( | Vec5f | other | ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec5f.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec5f.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
readonly bool OpenCVForUnity.UnityUtils.Vec5f.Equals | ( | Vec5f | other | ) |
override readonly int OpenCVForUnity.UnityUtils.Vec5f.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec5f.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
static |
|
static |
|
static |
override readonly string OpenCVForUnity.UnityUtils.Vec5f.ToString | ( | ) |
readonly Vec5d OpenCVForUnity.UnityUtils.Vec5f.ToVec5d | ( | ) |
float OpenCVForUnity.UnityUtils.Vec5f.Item1 |
float OpenCVForUnity.UnityUtils.Vec5f.Item2 |
float OpenCVForUnity.UnityUtils.Vec5f.Item3 |
float OpenCVForUnity.UnityUtils.Vec5f.Item4 |
float OpenCVForUnity.UnityUtils.Vec5f.Item5 |