try {
auto axes = CvPlot::plotImage(clone);
cv::Mat mat = axes.render(clone.size().width, clone.size().height);
CvPlot::show(title, axes);
waitKey(0);
}
catch (cv::Exception& e)
{
std::cerr << e.msg << std::endl;
}
try {
auto axes = CvPlot::plotImage(clone);
cv::Mat mat = axes.render(clone.size().width, clone.size().height);
CvPlot::show(title, axes);
waitKey(0);
}
catch (cv::Exception& e)
{
std::cerr << e.msg << std::endl;
}