Ask Your Question

KTM's profile - activity

2016-02-02 23:46:19 -0600 received badge  Enthusiast
2016-01-28 02:43:22 -0600 commented answer How to use opencv_contrib

Thank you. I made it!

2016-01-28 02:43:03 -0600 received badge  Supporter (source)
2016-01-28 02:42:03 -0600 asked a question how to improve the accuracy of face recognition

Hi, I want to test the code about face recognition below on the page

http://docs.opencv.org/2.4/modules/co...

Compiling was successful. So I made face image database which consists of my picture and several celebrities on the internet, But the accuracy was very poor. Could you tell me how to improve the accuracy of face recognition? I do not have any idea about it.

Thank you for your reading.

2016-01-26 10:14:27 -0600 commented question How to use opencv_contrib

Thank you guys! I will try again.

2016-01-26 09:57:53 -0600 received badge  Editor (source)
2016-01-26 01:01:07 -0600 asked a question How to use opencv_contrib

PLEASE Tell me how to use opencv_contrib... I tried to use it for several days, but it failed. I want to use face.hpp.(Also, I want to run facerec_fisherface.cpp) Could you teach me how to use it step by step? Thank you for your reading

ps, I am using raspberry pi(Linux), thanks

2016-01-25 10:12:35 -0600 asked a question How to run 'facerec_fisherfaces.cpp' in opencv_contrib

I have a question about 'opencv_contrib'. I followed the sequence of 'README.txt', but I cannot run samples such as 'opencv_contrib/modules/face/samples/facerec_fisherfaces.cpp'. When I compile it, it shows an error "fatal error: opencv2/face.hpp: No such file or directory". Could you tell me what I should do to run this sample? It must be great help for me. Thanks!

2016-01-25 10:12:34 -0600 asked a question How to run 'facerec_fisherfaces.cpp' in opencv_contrib

I've installed opencv-master and opencv_contrib-master. I have a question about 'opencv_contrib'. I had followed 'README.txt' in opencv_contrib, but I cannot run samples such as 'opencv_contrib/modules/face/samples/facerec_fisherfaces.cpp'. When I compile it, it shows an error "fatal error: opencv2/face.hpp: No such file or directory". Could you tell me what I should do to run this sample? It must be great help for me. Thanks!