LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Face Recognition Algorithm (https://www.linuxquestions.org/questions/programming-9/face-recognition-algorithm-4175624903/)

zak100 03-03-2018 10:17 PM

Face Recognition Algorithm
 
Hi,
Can somebody please provide me a (link to a) face recognition algorithm? I am not able to make a satisfactory google search. Possibly no coding but not restricted. The algorithm should locate the face in the image.
Image may have a single or multiple faces. Image can be a colored one or grey scale.

Zulfi.

astrogeek 03-03-2018 10:37 PM

That is quite a specific description, it would be helpful to know why can you not make a corresponding search for those terms yourself?

Sefyir 03-03-2018 11:24 PM

In Python
https://www.pyimagesearch.com/2018/0...deep-learning/

ondoho 03-04-2018 02:06 AM

this works:
https://www.thregr.org/~wavexx/software/facedetect/
scroll down to dependencies

zak100 03-04-2018 07:03 AM

Hi,
Thanks everybody.
For ondoho:
I got following in the dependencies section:
<
The following software is currently required for facedetect:

Python
Python OpenCV (python-opencv)
OpenCV data files (opencv-data if available, or libopencv-dev)
On Debian/Ubuntu, you can install all the required dependencies with:

sudo apt-get install python python-opencv libopencv-dev
and then install facedetect with:

sudo cp facedetect /usr/local/bin
>

Can I use it with windows?

Zulfi.

ondoho 03-05-2018 11:45 PM

ah, i see, you posted in non-*nix.
nevertheless you should have mentioned that tjis question is about windows specifically.

i happen to know that python is available for windows.
if this goes for all these submodules, i do not know.
i suggest you venture to find out.


All times are GMT -5. The time now is 12:34 AM.