Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
CvBox2D Struct Reference
[C structures and operations]
#include <types_c.h>
Data Fields | |
CvPoint2D32f | center |
Center of the box. | |
CvSize2D32f | size |
Box width and length. | |
float | angle |
Angle between the horizontal axis. |
Detailed Description
- See also:
- RotatedRect
Definition at line 1061 of file core/types_c.h.
Field Documentation
float angle |
Angle between the horizontal axis.
and the first side (i.e. length) in degrees
Definition at line 1065 of file core/types_c.h.
CvPoint2D32f center |
Center of the box.
Definition at line 1063 of file core/types_c.h.
CvSize2D32f size |
Box width and length.
Definition at line 1064 of file core/types_c.h.
Generated on Tue Jul 12 2022 14:47:58 by
