opencv-gpu-py icon indicating copy to clipboard operation
opencv-gpu-py copied to clipboard

tracked rectangle size (h,w) only 96 or 240 ?!

Open elpimous opened this issue 6 years ago • 1 comments

Hello Alexander, Testing face reco with CUDA works very well, BUT produce strange values on w and h values (box size):

testing different sizes (320x240) (160x120) and same results :

(x, y, w, h) feedback : good (x, y) values, realistic ones ! (w, h) values : (240, 240) or (96, 96) only !!

These are not realistic values and they should vary ! Here, the box is either 240x240, or 96x96

I don'f find where I could change values in your program, to reduce limit !

An idea ?

Thanks Alexander

elpimous avatar May 06 '18 22:05 elpimous

Hello all, Answer : This is due to haarcascade file build, and some distance variations appear, depending of the choosen xml file.

elpimous avatar May 07 '18 21:05 elpimous