|
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 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.UnityIntegration.Vec5d.Vec5d | ( | double | item1 = 0, |
| double | item2 = 0, | ||
| double | item3 = 0, | ||
| double | item4 = 0, | ||
| double | item5 = 0 ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec5d.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec5d.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec5d.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec5d.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec5d.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec5d.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec5d.readonly | ( | double | , |
| double | , | ||
| double | , | ||
| double | , | ||
| double | ) |
| readonly RotatedRect OpenCVForUnity.UnityIntegration.Vec5d.ToRotatedRect | ( | ) |
| override readonly string OpenCVForUnity.UnityIntegration.Vec5d.ToString | ( | ) |
| double OpenCVForUnity.UnityIntegration.Vec5d.Item1 |
| double OpenCVForUnity.UnityIntegration.Vec5d.Item2 |
| double OpenCVForUnity.UnityIntegration.Vec5d.Item3 |
| double OpenCVForUnity.UnityIntegration.Vec5d.Item4 |
| double OpenCVForUnity.UnityIntegration.Vec5d.Item5 |