OpenCV
3.4.15
Open Source Computer Vision
|
#include <opencv2/core/types_c.h>
Public Member Functions | |
operator cv::RotatedRect () const | |
Public Attributes | |
float | angle |
CvPoint2D32f | center |
CvSize2D32f | size |
|
inline |
float CvBox2D::angle |
Angle between the horizontal axis and the first side (i.e. length) in degrees
CvPoint2D32f CvBox2D::center |
Center of the box.
CvSize2D32f CvBox2D::size |
Box width and length.