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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -