Ask Your Question
-1

I need to implement face detection and feature extraction of face on a web application using java or php

asked 2015-01-22 08:27:37 -0600

Please give a direction about the most used and optimized algorithms being used on web applications for the same.

edit retag flag offensive close merge delete

Comments

1

note, that there's no opencv support for php at all.

berak gravatar imageberak ( 2015-01-22 10:40:32 -0600 )edit
1

also, be aware, that unless you own the server, it will be pretty hard , to get opencv running on it.

most hosters just don't allow installing arbitrary native code.

berak gravatar imageberak ( 2015-01-23 07:22:14 -0600 )edit

seriously what is up to with people just thinking that this forum will solve complete projects for them :D

StevenPuttemans gravatar imageStevenPuttemans ( 2015-01-23 08:28:57 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-01-22 12:28:04 -0600

While there is no PHP OpenCV support, you can do a trick if you have a unix machine. Simply start the C version of face detection, modify it to save the data. Run the binary from your php web application. This will only work with static images. If you need more, go with Java. (Python could also be an option, it is supported by OpenCV.)

edit flag offensive delete link more

Comments

1

aka, the cgi trick, yes, sure. just print data to stdout, and let the apache serve it.

berak gravatar imageberak ( 2015-01-22 13:15:47 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-22 08:27:37 -0600

Seen: 751 times

Last updated: Jan 22 '15