diff --git a/hgdriver/hgdev/image_process.cpp b/hgdriver/hgdev/image_process.cpp index 451df61..8400ee6 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -511,7 +511,7 @@ namespace hg_imgproc rmc = cv::IMREAD_COLOR; } cv::Mat mat(cv::imdecode(*buf, rmc)); - cv::imwrite("C:\\Users\\modehua\\Desktop\\image\\imdecode.jpg",mat); + //cv::imwrite("C:\\Users\\modehua\\Desktop\\image\\imdecode.jpg",mat); if (mat.empty()) { @@ -525,7 +525,7 @@ namespace hg_imgproc else if (pid == 0x100 || pid == 0x200 || pid == 0x139 || pid == 0x239 || pid_ == 0x439) { Temp_mat.push_back(mat); - cv::imwrite("C:\\Users\\modehua\\Desktop\\image\\decode1.jpg",mat); + //cv::imwrite("C:\\Users\\modehua\\Desktop\\image\\decode1.jpg",mat); } else if (pid == 0x300 || pid == 0x400 || pid == 0x402 || pid == 0x302) {