Variables used in the caracterization of the minimum area rectangle (MAR). More...
#include <tlcstm.h>
Data Fields | |
| float | Center [2] |
| x and y coordenates of the MAR center point. | |
| CvPoint | boxpts [4] |
| x and y coordenates of the MAR vertices. | |
| int | width |
| MAR width. | |
| int | height |
| MAR height. | |
| int | Area |
| MAR area. | |
Variables used in the caracterization of the minimum area rectangle (MAR).
MAR area.
| CvPoint TypeMARectangle::boxpts[4] |
x and y coordenates of the MAR vertices.
| float TypeMARectangle::Center[2] |
x and y coordenates of the MAR center point.
MAR height.
MAR width.
1.6.3