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

Image/PointMap Size. More...

#include <RVC.h>

Public Member Functions

 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...
 

Public Attributes

union {
   int32_t   width
 
   int32_t   cols
 
}; 
 width or cols
 
union {
   int32_t   height
 
   int32_t   rows
 
}; 
 height or rows
 

Detailed Description

Image/PointMap Size.

Constructor & Destructor Documentation

◆ Size()

RVC::Size::Size ( int  w,
int  h 
)
inline

Construct a new Image/PointMap Size object with width/cols and height/rows.

Parameters
wImage width/PointMap cols
hImage height/PointMap rows

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