OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::gapi::own::Rect Class Reference

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

Public Member Functions

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

Public Attributes

int height = 0
 height of the rectangle
int width = 0
 width of the rectangle
int x = 0
 x coordinate of the top-left corner
int y = 0
 y coordinate of the top-left corner

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ height

height of the rectangle

◆ width

width of the rectangle

◆ x

x coordinate of the top-left corner

◆ y

y coordinate of the top-left corner


The documentation for this class was generated from the following file: