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