简体   繁体   English

图像处理Iphone

[英]Image processing Iphone

I like to develop a hair styling application for which allows the user to take a picture and try different predefined hair styles.I need to correctly place the predefined hair in correct position of image.I really don't know from where i need to start.If any one have any ideas please share it. 我喜欢开发一个发型设计应用程序,允许用户拍照并尝试不同的预定义发型。我需要将预定义头发正确放置在正确的图像位置。我真的不知道从哪里开始。如果有任何想法,请分享。 Thanks in advance ..... 提前致谢 .....

Start looking into OpenCV (image processing library) to detect the eyes position and face bounds. 开始研究OpenCV(图像处理库)以检测眼睛的位置和面部边界。 You can then compute the location where the hair has to be placed over. 然后,您可以计算必须将头发放在上面的位置。

http://opencv.willowgarage.com/wiki/FaceDetection http://opencv.willowgarage.com/wiki/FaceDetection

http://www.codeproject.com/KB/library/eyes.aspx - A sample project which exactly answers you http://www.codeproject.com/KB/library/eyes.aspx-一个完全可以回答您的示例项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM