cdut007/javacv

face detection

Closed this issue · 3 comments

What steps will reproduce the problem?
1. FaceDetection.java detects faces in an image correctly using Haar technique.
2.  FaceDetect.java, FaceDetect2.java, FaceDetect4.java are written for hadoop 
using mapreduce
3.

What is the expected output? What do you see instead?

The programs compile and run without any problem. However the faces are not 
detected. 
FaceDetect4.java is based on FaceDetection.java, but i visualize that the Haar 
classifier file is not being read..

What version of the product are you using? On what operating system?
Ubuntu 10.04, Opencv 2.2 and 2.3

Please provide any additional information below.


Original issue reported on code.google.com by ashwin8...@gmail.com on 10 Oct 2011 at 7:32

Attachments:

Does the Demo class inside the README.txt detect faces properly?

Original comment by samuel.a...@gmail.com on 19 Oct 2011 at 3:06

I am assuming the Demo class in the README.txt file works. Marking as done.

Original comment by samuel.a...@gmail.com on 8 Jan 2012 at 3:40

  • Changed state: Done
  • Added labels: Type-Task
  • Removed labels: Type-Defect
Where's the image input given?

Original comment by anugrahj...@gmail.com on 8 May 2013 at 3:32