更新 'cloudage 动态库手册'
@ -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、输出结果:
|
||||
|
Reference in New Issue
Block a user