开发者

Is Eigenfaces best for facial comparison? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, refer开发者_运维技巧ences, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I'm working with a set of images and computer vision. I want to compare a new image (a new face) to the set of images and determine which image in the set it is closest to. I don't need it to determine which is an actual match, just something like the probability that the new image matches a particular one in the set.

So far, I've been generating Eigenfaces with the set of images I want to compare to. Is this the best method though, considering I don't want to see if there is an actual complete match?

Thanks for the help!


If you have good control over the lighting/pose/image registration, eigenfaces would indeed work well.

In a more unconstrained environment, I'd recommend an approach which finds relevant facial landmarks like eyes/nose/mouth corners etc. and produces descriptors around those regions. Some machine learning can then be used to distinguish between individuals.

The Oxford Visual Geometry Group has a good example of this here. This is rather old but has code included and is thus a good starting point for you to hack on. If you want something that works ASAP, then consider buying a commercial solution like PittPatt.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜