delete Image resources
delete Image resources Co-Authored-By: Chris Kong <609027949@qq.com>
This commit is contained in:
@@ -213,9 +213,9 @@ void test() {
|
|||||||
cout << "-------------------" << endl;
|
cout << "-------------------" << endl;
|
||||||
cout << result << endl;
|
cout << result << endl;
|
||||||
if (result < 0.45)
|
if (result < 0.45)
|
||||||
cout << "可能是同一个人" << endl;
|
cout << "Probably the same person" << endl;
|
||||||
else
|
else
|
||||||
cout << "很可能不是同一个人" << endl;
|
cout << "Probably not the same person" << endl;
|
||||||
|
|
||||||
imshow("result0", image0);
|
imshow("result0", image0);
|
||||||
imwrite("../result0.jpg", image0);
|
imwrite("../result0.jpg", image0);
|
||||||
|
|||||||
BIN
xiena.jpeg
BIN
xiena.jpeg
Binary file not shown.
|
Before Width: | Height: | Size: 7.6 KiB |
Reference in New Issue
Block a user