Image ROI.
More...
#include <RVC.h>
|
|
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.
|
| |
◆ 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
-
| x | start x of Image roi (col index of roi up left corner) |
| y | start y of Image roi (row index of roi up left corner) |
| w | image roi width |
| h | image roi height |
The documentation for this struct was generated from the following file: