riju / WebCamera

Camera controls for the Web
Other
270 stars 59 forks source link

Use pyrDown(..) to downscale image before face detection #24

Closed aleksazh closed 5 years ago

aleksazh commented 5 years ago

cv.pyrDown(..) blurs an image and downsamples it. This method increases performance but decreases the accuracy of face detection.

Try different levels of downscaling with input parameter at the bottom of the page. Moreover, for the desktop version, we can control the number of threads.

Links: