You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm using dlib face detector and openCV from Enox. Trying to display a full HD webcam while also tracking faces. Of course this slows down pc dramatically.
How can I make a copy of the webcam material, resize and track over that, while also displaying the full size image?
thanks
The text was updated successfully, but these errors were encountered:
I think that FrameOptimizationExample or FaceMaskExample will be helpful.
This example includes ideas for speeding up, such as resize, frame skipping using ImageOptimizationHelper class, face detection using OpenCV.
the face detection step is faster using OpenCV than using Dlib. In FaceMaskExample, face detection is done with OpenCV for speeding up.
Hi, i'm using dlib face detector and openCV from Enox. Trying to display a full HD webcam while also tracking faces. Of course this slows down pc dramatically.
How can I make a copy of the webcam material, resize and track over that, while also displaying the full size image?
thanks
The text was updated successfully, but these errors were encountered: