From bef5b4f2e720520da41af81471b9b139dfc2bcd8 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Thu, 15 Jun 2023 09:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/image_process.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {