delete Image resources

delete Image resources

Co-Authored-By: Chris Kong <609027949@qq.com>
This commit is contained in:
2019-12-28 17:57:14 +08:00
parent 729eecac2e
commit 832d32e9eb
9 changed files with 2 additions and 2 deletions

View File

@@ -213,9 +213,9 @@ void test() {
cout << "-------------------" << endl;
cout << result << endl;
if (result < 0.45)
cout << "可能是同一个人" << endl;
cout << "Probably the same person" << endl;
else
cout << "很可能不是同一个人" << endl;
cout << "Probably not the same person" << endl;
imshow("result0", image0);
imwrite("../result0.jpg", image0);