mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
removed some unused codes, and uniformed code format
This commit is contained in:
parent
42c6f5cc37
commit
14659f0f90
39 changed files with 119 additions and 172 deletions
|
@ -12,11 +12,11 @@
|
|||
* Document-class: OpenCV::CvBox2D
|
||||
*
|
||||
* C structure is here.
|
||||
* typdef struct CvBox2D{
|
||||
* 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;
|
||||
* } CvBox2D;
|
||||
*/
|
||||
__NAMESPACE_BEGIN_OPENCV
|
||||
__NAMESPACE_BEGIN_CVBOX2D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue