OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::gapi::own::Rect 类参考

#include <opencv2/gapi/own/types.hpp>

cv::gapi::own::Rect 的协作图

公共成员函数

 Rect ()=default
 
 Rect (const cv::Rect &other)
 
 Rect (int _x, int _y, int _width, int _height)
 
Rectoperator= (const cv::Rect &other)
 

公共属性

int height = 0
 矩形的**高度**
 
int width = 0
 矩形的**宽度**
 
int x = 0
 左上角的**x 坐标**
 
int y = 0
 左上角的**y 坐标**
 

构造函数和析构函数文档

◆ Rect() [1/3]

cv::gapi::own::Rect::Rect ( )
默认

◆ Rect() [2/3]

cv::gapi::own::Rect::Rect ( int  _x,
int  _y,
int  _width,
int  _height 
)
内联

◆ Rect() [3/3]

cv::gapi::own::Rect::Rect ( const cv::Rect other)
内联

成员函数文档

◆ operator=

Rect & cv::gapi::own::Rect::operator= ( const cv::Rect other)
内联

成员数据文档

◆ height

int cv::gapi::own::Rect::height = 0

矩形的**高度**

◆ width

int cv::gapi::own::Rect::width = 0

矩形的**宽度**

◆ x

int cv::gapi::own::Rect::x = 0

左上角的**x 坐标**

◆ y

int cv::gapi::own::Rect::y = 0

左上角的**y 坐标**


此类的文档是从以下文件生成的