保存图片 bool opencvTool::saveImage(const std::string path, const cv::Mat image) { if (image.empty()) { std::<