ChitraPathak / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

face detection #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Where's the image input given?

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