更新 'cloudage 动态库手册'

2022-05-23 16:29:10 +08:00
parent e804af7949
commit 4f81b7aeaf

@ -21,8 +21,8 @@
Cloudage* tmp = new Cloudage(443); Cloudage* tmp = new Cloudage(443);
QImage img = tmp->readImage(imgPath); QImage img = tmp->readImage(imgPath);
float cloud1 = tmp->getcloudage1(img, true); float cloud1 = tmp->getcloudage1(img);
float cloud2 = tmp->getcloudage2(img, true); float cloud2 = tmp->getcloudage2(img);
5、输出结果 5、输出结果