3D Object Recognition – Face Detection).docVIP

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
3D Object Recognition – Face Detection April 17, 2007 Bo Gao CSG120 Final Project Draft Introduction The goal of the project is to study and implement the Neural Network-based Face Detection described in [1]. The basic goal is to study, implement, train and test the Neural Network-based machine learning system. Pattern recognition and pattern detection are both instances of a wider class of computer vision problems, called pattern classification. Face Detection: Given as input an arbitrary image, which could be a digitized video signal or a scanned photograph, determine whether or not there are any human faces in the image, and if there are, return an encoding of the location and spatial extent of each human face in the image. [3] Face Recognition: Given an input image of a face, compare the input face against models in a library of known faces and report if a match is found. [3] Face Localization: The input image contains exactly one human face, and the task is to determine the location and scale of the face, and sometimes also its pose. [3] View-based Detection: It is used by almost all face detection systems. View-based detection is to detect face or non-face based on a small view window (20 x 20 pixel described in [1]). Overall, the face detection can be extremely difficult given various inputs with different facial presents, and lighting, shadow, scaling and dimensional variances. Algorithms Training Data Preparation: For each face and non-face image: Subtract out an approximation of the shading plane to correct for single light source effects. Rescale histogram so that every image has the same gray level range. Aggregate data into data sets. Backpropagation Neural Network. Set all weight to random value range from -1.0 to 1.0. Set an input pattern (binary values) to the neurons of the net’s input layer. Active each neuron of the following layer: Multiply the weight values of the connections leading to this neuron with the output values of t

文档评论(0)

xiaofei2001127 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档