From 4f81b7aeafc25139a8f531764eda42f997f61542 Mon Sep 17 00:00:00 2001 From: tangchao0503 Date: Mon, 23 May 2022 16:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cloudage=20=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E5=BA=93=E6=89=8B=E5=86=8C'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudage-%E5%8A%A8%E6%80%81%E5%BA%93%E6%89%8B%E5%86%8C.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudage-%E5%8A%A8%E6%80%81%E5%BA%93%E6%89%8B%E5%86%8C.md b/cloudage-%E5%8A%A8%E6%80%81%E5%BA%93%E6%89%8B%E5%86%8C.md index ac96352..b6675f4 100644 --- a/cloudage-%E5%8A%A8%E6%80%81%E5%BA%93%E6%89%8B%E5%86%8C.md +++ b/cloudage-%E5%8A%A8%E6%80%81%E5%BA%93%E6%89%8B%E5%86%8C.md @@ -21,8 +21,8 @@ Cloudage* tmp = new Cloudage(443); QImage img = tmp->readImage(imgPath); - float cloud1 = tmp->getcloudage1(img, true); - float cloud2 = tmp->getcloudage2(img, true); + float cloud1 = tmp->getcloudage1(img); + float cloud2 = tmp->getcloudage2(img); 5、输出结果: \ No newline at end of file