![]() |
Banuba SDK
|
Public Attributes | |
| transformation | basis_transform |
| (common -> some event data basis) transformation | |
| transformation | post_transform |
| used to make final transformation (scale/offset) for camera image and segm. masks | |
| pixel_rect | full_roi |
| rectangle area in common basis that encloses all valid & usable data | |
Additional Inherited Members | |
| Public Types inherited from bnb::base_event< T > | |
| using | allocator |
| Public Member Functions inherited from bnb::base_event< T > | |
| event_id_t | get_type_id () const noexcept final |
| Static Public Member Functions inherited from bnb::identified_class< event_id_t, T > | |
| static const char * | get_name () noexcept |
| static event_id_t | get_id () noexcept |
| Static Public Attributes inherited from bnb::base_event< T > | |
| static const event_id_t | id |
Definition at line 190 of file transformation.hpp.
| transformation bnb::transformable_event< T >::basis_transform |
(common -> some event data basis) transformation
Definition at line 193 of file transformation.hpp.
| pixel_rect bnb::transformable_event< T >::full_roi |
rectangle area in common basis that encloses all valid & usable data
Definition at line 197 of file transformation.hpp.
| transformation bnb::transformable_event< T >::post_transform |
used to make final transformation (scale/offset) for camera image and segm. masks
Definition at line 195 of file transformation.hpp.