OpenCV 4.12.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 ( )
default

◆ 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 座標


此類文件由以下檔案生成