Page 1 of 1
Facial Recognition Software
Posted: Sat Dec 02, 2006 1:29 pm
by kevin7654
Does anyone know any good open source php software that can recognize people, faces, or other focus points in an image?
Thanks,
Kevin
Posted: Sat Dec 02, 2006 1:36 pm
by timvw
I would expect that such software is resource expensive (cpu and memory) and therefore i don't expect such software to be availabe... Luckily enough you can use the
system (and friends) function to execute external programs.. or write an extension that interfaces with the software...
Posted: Sat Dec 02, 2006 2:20 pm
by feyd
PHP isn't an optimal language for image processing, especially for intensive operations like facial recognition. As timvw suggests, if you must you PHP, use external or more native (compiled) functionality to perform it.