Image/PointMap Size.
More...
#include <RVC.h>
|
|
| Size () |
| | Construct a new Image/PointMap Size object.
|
| |
| | Size (int w, int h) |
| | Construct a new Image/PointMap Size object with width/cols and height/rows. More...
|
| |
|
|
union { |
|
int32_t width |
| |
|
int32_t cols |
| |
| }; | |
| | width or cols
|
| |
|
union { |
|
int32_t height |
| |
|
int32_t rows |
| |
| }; | |
| | height or rows
|
| |
◆ Size()
| RVC::Size::Size |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
inline |
Construct a new Image/PointMap Size object with width/cols and height/rows.
- Parameters
-
| w | Image width/PointMap cols |
| h | Image height/PointMap rows |
The documentation for this struct was generated from the following file: