Ask Your Question

James's profile - activity

2013-02-11 05:47:29 -0600 commented answer Using captured image instead of webcam

yes, that's it, thank you very much, the issue is solved now

2013-02-11 05:40:49 -0600 commented answer Using captured image instead of webcam

Thanks in advance, but how can I save the image in a path?

2013-02-11 05:35:33 -0600 received badge  Supporter (source)
2013-02-11 05:35:23 -0600 received badge  Scholar (source)
2013-02-11 05:27:08 -0600 received badge  Editor (source)
2013-02-11 05:08:03 -0600 asked a question Using captured image instead of webcam

Hi there, I'm trying to use the Haarclassifier of Open CV to detect and then classify the face using one of the routine algorithms. I'm already doing some experiments and tests, as I was testing the code from Open CV tutorials from this address:

Face Recognition in Videos with OpenCV

I was wondering how I can change the input source of detection and classification from webcam device, to an already captured image, in another word I want to give the application path of the image and then have an output with a rectangle around the face and predicted label above it, How can I change the input source in the code?