ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.06k stars 413 forks source link

Cannot show the result #51

Closed jinjinhong closed 6 years ago

jinjinhong commented 6 years ago

I have use the example in Simd::Detection ,input an image ,The code is working properly,But the final test images were not shown.I want to know how to show it? thankyou!

ermig1979 commented 6 years ago

The input and output images are saved in PGM image format. See here: https://fileinfo.com/extension/pgm I personally use ACDSee in order to view images in this format.

jinjinhong commented 6 years ago

ok,but the question is the result cannot find in the file.

ermig1979 commented 6 years ago

Oh! It really doesn't work in Debug mode. I have fixed this error. Thank you for bug report! I tested ROI (Region Of Interest) and the region wasn't include the center part of the image where the only one face was placed in debug mode.

jinjinhong commented 6 years ago

发自网易邮箱大师 Thank you for your reply. I have found the reason for this problem. If there is any further problem, I will email it to you again. On 04/2/2018 14:02,Ihar Yermalayeunotifications@github.com wrote:

Oh! It really doesn't work in Debug mode. I have fixed this error. Thank you for bug report! I tested ROI (Region Of Interest) and the region wasn't include the center part of the image where the only one face was placed in debug mode.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.