Android Face Detection using HaarClassifiers and AsyncTask -
i'm doing face detection application on android using haar classifiers
.
i'm working asynctask
, have problem.
after doing face detection want update ui
in onprogressupdate()
method , draw rectangle on each discovered face.
the detection works @ 14 fps, rectangle gets drawn half, or less.
how can draw entire rectangle using asynctask
?
i have skip frames or slow down process?
thanks
Comments
Post a Comment