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