Banuba SDK
|
This is the complete list of members for bnb::interfaces::transformation, including all inherited members.
chain_right(const std::shared_ptr< transformation > &t) const =0 | bnb::interfaces::transformation | pure virtual |
clone_j() const =0 | bnb::interfaces::transformation | pure virtual |
equals(const std::shared_ptr< transformation > &t) const =0 (defined in bnb::interfaces::transformation) | bnb::interfaces::transformation | pure virtual |
get_mat_j() const =0 | bnb::interfaces::transformation | pure virtual |
inverse_j() const =0 | bnb::interfaces::transformation | pure virtual |
make_affine(float scale_x, float scale_y, float t_x, float t_y, rotation rot, bool flip_x, bool flip_y) | bnb::interfaces::transformation | static |
make_data(const std::vector< float > &mat) | bnb::interfaces::transformation | static |
make_identity() | bnb::interfaces::transformation | static |
make_rects(const pixel_rect &source_rect, const pixel_rect &target_rect, rotation rot, bool flip_x, bool flip_y) | bnb::interfaces::transformation | static |
make_rot(rotation rot) | bnb::interfaces::transformation | static |
transform_point(const point2d &p) const =0 | bnb::interfaces::transformation | pure virtual |
transform_rect(const pixel_rect &rect) const =0 (defined in bnb::interfaces::transformation) | bnb::interfaces::transformation | pure virtual |
~transformation() (defined in bnb::interfaces::transformation) | bnb::interfaces::transformation | inlinevirtual |