OpenCV 4.11.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 )
inline

◆ Rect() [3/3]

cv::gapi::own::Rect::Rect ( const cv::Rect & other)
inline

成员函数文档

◆ operator=

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

成员数据文档

◆ 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 坐标


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