Class: OpenCV::CvBox2D

Inherits:
Object
  • Object
show all
Defined in:
ext/opencv/cvbox2d.cpp

Overview

C structure is here.

typdef struct CvBox2D {
  CvPoint2D32f center; // center of the box.
  CvSize2D32f size;    // box width and length
  float angle;         // angle between the horizonal axis and the first side (i.e length) in radians
} CvBox2D;