Commit 9b6e0d6a by 郭峰

Merge branch 'feature-1007650' into 'release'

新增sip01

See merge request !82
parents eb90becf dd19dfb2
......@@ -51,7 +51,7 @@ cv::Mat FaceReconitionHandle::loadImage(const QString &path) {
qInfo() << "图像以CImg成功加载。";
return image;
}
image=loadImageWithSTB(path);
image=loadImageWithStb(path);
if (!image.empty()) {
qInfo() << "图像以stb_image成功加载。";
return image;
......
......@@ -32,7 +32,7 @@ public:
cv::Mat loadQImageFromByteStream(const QString& filePath);
cv::Mat loadImageWithSTB(const QString& filename);
cv::Mat loadImageWithStb(const QString& filename);
bool getImageChanged()const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment