How can i change haar feature code from floated to fixed? [closed]

asked 2013-08-30 00:27:46 -0600

Actually, I have been making face detection on Raspberry pie (Linux). But, Its processing performance(speed) is not enough for my project so I'd like revise 'face detection' library to increase a processing speed. However, I don't know where i should change and revise for that. Would you please what should i do for that ?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-12-06 11:56:08.137442

Comments

2

oh, try some other things first, like choosing a lbpcascade instead of a haar one.

also scaling the input by half will give exponential speedup.

berak gravatar imageberak ( 2013-08-30 01:43:23 -0600 )edit
1

Like @berak said, start working with properties to reduce the processing time. There is also the minScale and maxScale parameter which has a huge influence if you can limit it correctly.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-08-30 01:56:27 -0600 )edit