- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于二维图像的三维人脸建模
摘要
自Parke首次使用人脸参数模型生成三维人脸图像以来,构建逼真的三维人脸模型一直都是计算机视觉领域的一个研究热点。本文在对三维人脸建模技术认真分析的基础上,对基于二维图像的三维人脸建模方法进行了深入的研究。主要研究内容包括以下几个方面:
(1) 从Poser7.0中导出通用三维人脸模型。根据MPEG-4的FDP标准,在正、侧面人脸照片上标出能基本反映人脸几何形状和结构特点的特征点。这两步为后面个性化人脸模型的创建奠定了基础。
(2) 采用了改进的径向基函数插值方法变换通用人脸网格模型,并对插值后的模型进行二次平滑处理,得到的特定人脸模型几何结构更加自然。
(3) 利用三张照片进行纹理合成。对三张照片分别进行匹配融合,然后对融合后的图像进行二次融合处理,使最终得到的纹理图像更加真实自然。根据合成的人脸纹理图像的特点,分别计算出人脸模型的各个部分的纹理坐标。
(4) 把模型数据和纹理数据导入到Visual C++6.0环境中利用OpenGL图形库进行纹理映射。
实验证明,本文提出的算法简便可行,有效避免了网格模型三角面片的扭曲,纹理映射效果生动逼真,得到了具有真实感的三维特定人脸模型。
关键词:三维人脸建模,特定人脸模型,径向基函数,纹理映射,OpenGL
Abstract
Since the F.I. Parke generated the first 3D human face image using a Parametric Model for Human Faces, it has been always a research hotspot to built vivid 3D human face model in the computer graphic area. After surveyed the 3D face modeling methods, the author carried out a thorough study in the 3D face modeling using 2D images. The research is composed as follows:
(1). Exported the general face model from Poser 7.0. From front and side images, selected feature points, which correspond to MEPG-4 FDP. These feature points can usually reflect geometrical shape and characteristics of human face. These two steps lay the foundation for generating the upcoming individual fiscal model.
(2). Deformed the generic face model using the improved Radical Basis Function Interpolation and applied smooth treatment basing on the post-interpolation face model. After this step, the geometrical shape of generated 3D face grid model becomes more natural.
(3). Performed texture synthesis using three 2D images. Matched and smoothed these images separately. Then the texture images from the previous step was further performed second fusion, as a result, the human face texture image becomes much smoother. From this point, based on the characteristics of the synthesized face texture, every texture coordinates of the face model can be computed, respectively.
(4). The model data and texture data are imported into Visual C++ 6.0 to perform texture mapp
文档评论(0)