From fb79479a85ef175b2d65d9cf1b2c908d4b26c068 Mon Sep 17 00:00:00 2001 From: lovelyyoung <1002639516@qq.com> Date: Tue, 7 Jul 2020 09:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- huagao/huagaotwds.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/huagao/huagaotwds.pro b/huagao/huagaotwds.pro index 640d1b0b..fc1f9956 100644 --- a/huagao/huagaotwds.pro +++ b/huagao/huagaotwds.pro @@ -79,6 +79,8 @@ SOURCES += huagaods.cpp \ ImageProcess/ImageApplySharpen.cpp \ ImageProcess/ImageProcess_Public.cpp \ ImageProcess/ImageApplyConcatenation.cpp \ + ImageProcess/ImageApplyDetachNoise.cpp \ + ImageProcess/ImageApplyHSVCorrect.cpp \ GscanJsonConfig.cpp \ Sliders.cpp \ SmartEdit.cpp \ @@ -128,12 +130,14 @@ HEADERS += huagaods.hpp \ ImageProcess/ImageApplyCrop.h \ ImageProcess/ImageApplyDiscardBlank.h \ ImageProcess/ImageApplyHeaders.h \ + ImageProcess/ImageApplyDetachNoise.h \ ImageProcess/ImageApplyOutHole.h \ ImageProcess/ImageApplyResize.h \ ImageProcess/ImageApplyRotation.h \ ImageProcess/ImageApplySharpen.h \ ImageProcess/ImageProcess_Public.h \ ImageProcess/ImageApplyConcatenation.h \ + ImageProcess/ImageApplyHSVCorrect.h \ GscanJsonConfig.h \ MapFinder.h \ Sliders.h \