| 12 | namespace CvPlot { |
| 13 | |
| 14 | class CVPLOT_LIBRARY_INTERFACE Image : public Drawable { |
| 15 | public: |
| 16 | Image(const cv::Mat &mat = cv::Mat()); |
| 17 | Image(const cv::Mat &mat, const cv::Rect2d &position); |
nothing calls this directly
no outgoing calls
no test coverage detected