From b19a9421498adc3b4934be348c4f6097d22f844c Mon Sep 17 00:00:00 2001 From: tangchao0503 Date: Mon, 23 May 2022 16:29:59 +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 5fc8076..ec3190d 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 @@ -4,7 +4,7 @@ 2、功能概述 通过rgb图像进行云点识别 + 云量计算 + 输出云分布二值图; -3、api说明: +3、api说明 Cloudage(int radius);//构造函数传入云量计算的有效半径 void setRadius(int radius);//此函数可以修改云量计算的有效半径 @@ -17,7 +17,7 @@ float getcloudage1(QImage image, bool saveBinaryImg = false);//通过算法1进行云量计算 float getcloudage2(QImage image, bool saveBinaryImg = false);//通过算法2进行云量计算 -4、使用举例: +4、使用举例 QString imgPath = "D:\\PycharmProjects\\cloudage\\photo\\photo12.jpg"; Cloudage* tmp = new Cloudage(443);