简体   繁体   English

耳朵识别和上半身发ar

[英]Ear recognition and upper body haarcascade

I have made the face recognition program according to the Opencv documentation. 我已经根据Opencv文档制作了人脸识别程序。 I also wanted to find out the position of the ear but on using the Haarcascade provided for ear the compiler says that there is an Illegal character in the stream. 我还想找出耳朵的位置,但是在使用为耳朵提供的Haarcascade时,编译器说流中有一个非法字符。 Question1-How to remove this illegal character? Question1-如何删除这个非法字符? Question2-How to use the haarcascade provided for the upper body by OpenCV? Question2-如何使用OpenCV提供给上身的级联? The link of the documentation is provided below 下面提供了文档的链接

http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier

There are illegal (non utf8) characters in citation definition in the header of the file. 文件标题中的引用定义中包含非法(非utf8)字符。 Remove those characters from "booktitle" line. 从“书名”行中删除这些字符。 Below in citation those characteres are displayed as "." 在下面的引用中,这些字符显示为“。”

@INPROCEEDINGS{Castrillon11-caepia,
  author =       "Castrill\'on Santana, M. and Lorenzo Navarro, J. and Hern\'andez Sosa, D. ",
  title =        "An Study on Ear Detection and its Applications to Face Detection",
  booktitle =    "Conferencia de la Asociaci.n Espa.ola para la Inteligencia Artificial (CAEPIA)",
  year =         "2011",
  month =        "November",
  address =      "La Laguna, Spain",
  file = F
}

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

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