From 279ddc9dd8155a01866e73ac54bf902d2bd45223 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Mon, 25 Jul 2022 14:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=89=E8=B7=AF=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=87=BA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/hg_scanner_239.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hgdriver/hgdev/hg_scanner_239.cpp b/hgdriver/hgdev/hg_scanner_239.cpp index 3f98553..36b98d6 100644 --- a/hgdriver/hgdev/hg_scanner_239.cpp +++ b/hgdriver/hgdev/hg_scanner_239.cpp @@ -856,7 +856,7 @@ int hg_scanner_239::writedown_image_configuration(void) ic.enhance_color = image_prc_param_.bits.rid_color; ic.fillbackground = image_prc_param_.bits.erase_black_frame; ic.is_convex = (image_prc_param_.bits.fill_background == FILL_BKG_CONVEX_POLYGON); - ic.noise = image_prc_param_.bits.noise_optimize; + ic.noise = anti_noise_; ic.indent = margin_; ic.AutoCrop_threshold = threshold_; if (test_1_paper_) @@ -1479,7 +1479,7 @@ void hg_scanner_239::thread_handle_usb_read(void) if ((get_status() & 0x03) == 0) { status_ = SCANNER_ERR_OK; - break; + //break; } continue; }