开发者

Facial Expression recognition [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_开发百科 Closed 12 years ago.

I want to do project on Facial Expression Recognition.It will be to detect the expressions of a person using neural networks e.g happy,sad etc.Is it possible in java??


I'd start off with OpenCV (Open Computer Vision) bindings for Java. That can make you go through the initial image recognition hoops.

There are some Java Neural Network implementations, here are top two:

  • Neuroph
  • Encog

With this I believe You can get quite far.


Yes, Java has all the functionality required to create what you're describing -- but you'll have to write your own or find libraries for components like the neural network and a face-detector. Additionally you'll need come up with features (possibly) and have enough data to train your neural network for adequate performance.


Of course it is possible to do it in any language. Java is nice choice for that.

Check this thread.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜