OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
Public Member Functions | Public Attributes | List of all members
OpenCVForUnity.CoreModule.RotatedRect Class Reference

Public Member Functions

 RotatedRect ()
 
 RotatedRect (Point c, Size s, double a)
 
 RotatedRect (double[] vals)
 
void set (double[] vals)
 
void points (Point[] pt)
 
Rect boundingRect ()
 
RotatedRect clone ()
 
override int GetHashCode ()
 
override bool Equals (Object obj)
 
override string ToString ()
 

Public Attributes

Point center
 
Size size
 
double angle
 

Constructor & Destructor Documentation

◆ RotatedRect() [1/3]

OpenCVForUnity.CoreModule.RotatedRect.RotatedRect ( )

◆ RotatedRect() [2/3]

OpenCVForUnity.CoreModule.RotatedRect.RotatedRect ( Point  c,
Size  s,
double  a 
)

◆ RotatedRect() [3/3]

OpenCVForUnity.CoreModule.RotatedRect.RotatedRect ( double []  vals)

Member Function Documentation

◆ boundingRect()

Rect OpenCVForUnity.CoreModule.RotatedRect.boundingRect ( )

◆ clone()

RotatedRect OpenCVForUnity.CoreModule.RotatedRect.clone ( )

◆ Equals()

override bool OpenCVForUnity.CoreModule.RotatedRect.Equals ( Object  obj)

◆ GetHashCode()

override int OpenCVForUnity.CoreModule.RotatedRect.GetHashCode ( )

◆ points()

void OpenCVForUnity.CoreModule.RotatedRect.points ( Point []  pt)

◆ set()

void OpenCVForUnity.CoreModule.RotatedRect.set ( double []  vals)

◆ ToString()

override string OpenCVForUnity.CoreModule.RotatedRect.ToString ( )

Member Data Documentation

◆ angle

double OpenCVForUnity.CoreModule.RotatedRect.angle

◆ center

Point OpenCVForUnity.CoreModule.RotatedRect.center

◆ size

Size OpenCVForUnity.CoreModule.RotatedRect.size

The documentation for this class was generated from the following file: