RVC  1.15.0
a product by RVBUST.
RVC::ROI Struct Reference

Image ROI. More...

#include <RVC.h>

Public Member Functions

 ROI ()
 Construct a new Image ROI object.
 
 ROI (int x, int y, int w, int h)
 Construct a new Image ROI object with x,y,w,h. More...
 

Public Attributes

int x
 start x of Image roi (col index of roi up left corner)
 
int y
 start y of Image roi (row index of roi up left corner)
 
int width
 Image roi width.
 
int height
 Image roi height.
 

Detailed Description

Constructor & Destructor Documentation

◆ ROI()

RVC::ROI::ROI ( int  x,
int  y,
int  w,
int  h 
)
inline

Construct a new Image ROI object with x,y,w,h.

Parameters
xstart x of Image roi (col index of roi up left corner)
ystart y of Image roi (row index of roi up left corner)
wimage roi width
himage roi height

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