码迷,mamicode.com
首页 > 其他好文 > 详细

rectangle

时间:2018-05-07 19:32:25      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:rect   width   str   inpu   class   int   code   imp   颜色   

1 rectangle( rook_image,
2            Point( 0, 7*w/8.0 ),
3      Point( w, w),
4            Scalar( 0, 255, 255 ),
5            -1,
6            8 );
  • 矩形将被画到图像 rook_image 上
  • 矩形两个对角顶点为 Point( 0, 7*w/8.0 ) 和 Point( w, w)
  • 矩形的颜色为 Scalar(0, 255, 255) ,既BGR格式下的 黄色
  • 由于线粗为 -1, 此矩形将被填

 

1 Rect in = boundingRect(InputArray points);

 

返回值in是点集最小外矩形左定点坐标和矩形的长宽;

int a = in.height;//矩形的宽

int b=in.width;//表示矩形的宽

 

rectangle

标签:rect   width   str   inpu   class   int   code   imp   颜色   

原文地址:https://www.cnblogs.com/hsy1941/p/9003978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!