官术网_书友最值得收藏!

Rect object type

Rect is another important template class for defining 2D rectangles defined by the following parameters:

  • The coordinates of the upper-left corner

  • The width and height of a rectangle

The Rect template class can be used to define a region of interest (ROI) of an image, as follows:

Mat img=imread("lena.jpg");
Rect rect_roi(0,0,100,100);
Mat img_roi=img(r);
主站蜘蛛池模板: 榕江县| 察雅县| 隆子县| 阳谷县| 太原市| 夏津县| 惠来县| 射阳县| 息烽县| 锡林郭勒盟| 米脂县| 福鼎市| 龙川县| 吉木乃县| 郓城县| 东丽区| 阿拉善右旗| 措美县| 英吉沙县| 嘉荫县| 进贤县| 容城县| 依安县| 洪雅县| 营山县| 壤塘县| 永川市| 安岳县| 柘城县| 友谊县| 昌平区| 沙田区| 盐边县| 沙坪坝区| 嘉鱼县| 翼城县| 滨州市| 克什克腾旗| 翼城县| 临汾市| 堆龙德庆县|