Ask Your Question

RadicalAirTime's profile - activity

2013-06-01 22:29:30 -0600 commented answer Face Detection through a webcam in java

did you need to add the private static String face_cascade_name?

2013-06-01 22:07:48 -0600 commented answer real time face tracking java

@orochi what is the best way to do this? Should we half two methods? one to test public static void main(String[] args) and one with actual program?

2013-06-01 21:09:57 -0600 commented answer real time face tracking java

is that the correct way to load the harrcascade?

String face_cascade_name = "haarcascade_frontalface_alt.xml"; String eyes_cascade_name = "haarcascade_eye_tree_eyeglasses.xml";

2013-05-31 03:25:47 -0600 commented answer Face Detection through a webcam in java

What did you do to correct it?