Click here to Skip to main content
15,886,795 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I'm doing my final year project.

My project called facial expression software using face recognition engine. So it require luxand to detect the facial expression of a still image. Whether the image is happy or other emotional. Anyone have any ideas ?


Best Regards,
Posted
Comments
Richard MacCutchan 5-Jun-14 4:44am    
Anyone have any ideas?
Yes, choose a different project; one that is more within your skill and knowledge level.
Dave Kreskowiak 13-Sep-15 20:08pm    
Have a virtual 5 sir!

Take a look at the article - Human Emotion Detection from Image[^].
 
Share this answer
 
Comments
Ya Wen 5-Jun-14 4:36am    
Does it require luxand ? Because I need to use it.
Emre Ataseven 5-Jun-14 5:16am    
Did you buy luxand?
Ya Wen 5-Jun-14 5:59am    
Nope. 30 Temporary only. My Lecturer haven give me yet..
Member 11896606 18-Sep-15 17:23pm    
Hi do you have any idea of how to start it
i stil have a mounth to end it
iam using OpenCv



Whoa! That's quite a challenge.

Here's what I'd do:

Some parts of the face are fixed, others move. What you need to do is track the moving parts. using some sort of image detection (edges, probably) you need to convert a face into a collection of interconnected points.

Once you can do that, start feed in some real photos of happy and sad expressions. Then you need to build a correlation engine to work out which way each face is going. You could do this algorithmically, but there'd be kudos in trying a neural network.

I actually tried something similar in my final year project. Didn't work but I still got a good mark.
 
Share this answer
 
Hi guys

Iam trying to do a similar project
where i used speech
and want to add facial motion recognise
Can somebody please help me with that
iam out of time...
 
Share this answer
 
Comments
Dave Kreskowiak 13-Sep-15 20:10pm    
Define "out of time"? Is it due next week, because if it is, you're screwed.

No, nobody is going to just hand over a project that does this. If you go and use someone's code and turn it is as your own your prof is going to know and you're going to fail.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900