Closed GoogleCodeExporter closed 9 years ago
It doesn't look like you are using JavaCV.. ? What is com.eye.tracking.FaceView
?
Original comment by samuel.a...@gmail.com
on 1 Mar 2012 at 11:45
My class is called package com.eye.tracking; which includes detecting a face.
The FaceView is the class from the demo.
Original comment by xHama...@gmail.com
on 1 Mar 2012 at 11:50
Ok, and why are you calling System.loadLibrary("cv") ? JavaCV uses neither
libcv.so nor libcxcore.so
Original comment by samuel.a...@gmail.com
on 2 Mar 2012 at 12:06
aahh... I see... I was looking at an older revision. My bad. Thanks.
Original comment by xHama...@gmail.com
on 2 Mar 2012 at 6:24
So, is it working with the latest release?
Original comment by samuel.a...@gmail.com
on 7 Mar 2012 at 5:45
Yes it is.
Original comment by xHama...@gmail.com
on 8 Mar 2012 at 9:58
Question: in your facedetect demo what is "public static final int
SUBSAMPLING_FACTOR = 4;" for?
Original comment by xHama...@gmail.com
on 8 Mar 2012 at 11:27
I use it in the code to resize down the input image for performance reasons.
Please post your questions on the mailing list, if possible, thanks!
Original comment by samuel.a...@gmail.com
on 9 Mar 2012 at 7:24
Original issue reported on code.google.com by
xHama...@gmail.com
on 1 Mar 2012 at 10:26