I am doing a project on face recognition.To test a face we need to store it as an array of coordinates of some points.But i don't understand how we will generate points out of a 3-D face?i.e how will we get a set of points from a particular image?

有帮助吗?

解决方案

My friend, you have a lot of reading ahead. http://192.9.162.55/products/java-media/jai/forDevelopers/jaifaq.html for starters.

其他提示

You'll probably want to look at faint or these other StackOverflow resources:

Face recognition Library

https://stackoverflow.com/questions/1182849/face-detection-in-java

In addition, there's the Predator project - doesn't really help you, but you will be in awe.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top