33 #ifndef LAYERED_FIGURE_H 34 #define LAYERED_FIGURE_H 41 #include <opencv2/opencv.hpp> 59 void init(
int width_pixel,
int height_pixel,
63 double grid_scale_x = -1,
double grid_scale_y = -1,
64 const std::string &background_image = std::string() )
override;
76 #endif // LAYERED_FIGURE_H
std::shared_ptr< LayeredFigure > LayeredFigurePtr
void init()
initializes the transformation matrices
std::shared_ptr< const LayeredFigure > LayeredFigureConstPtr