![]() |
Banuba SDK
|
A base class for *_image_t classes. More...
#include <full_image.hpp>
Public Member Functions | |
base_image_t ()=default | |
Construct a new base_image_t object with default values. | |
const image_format & | get_format () const |
void | set_fov (float fov) |
Set the field of view. More... | |
Protected Member Functions | |
base_image_t (const image_format &format) | |
Protected Attributes | |
image_format | m_format |
A base class for *_image_t classes.
Definition at line 131 of file full_image.hpp.
const image_format& bnb::base_image_t::get_format | ( | ) | const |
|
inline |
Set the field of view.
fov | is a field of view in degrees. |
Definition at line 151 of file full_image.hpp.