Ask Your Question

JackOLantern's profile - activity

2020-02-15 01:25:40 -0600 received badge  Enthusiast
2020-02-03 08:44:39 -0600 answered a question Input parameters for Farneback optical flow

After some search, I think I can now answer my own questions. What is the fast pyramids approach? On browsing the

2020-02-01 02:50:34 -0600 asked a question Input parameters for Farneback optical flow

Input parameters for Farneback optical flow I'm going through Farneback optical flow estimation and, in particular, thro

2019-06-24 02:08:01 -0600 commented answer Face recognition on GPU

@supra56 Thank you very much for your links.

2019-06-22 01:01:37 -0600 marked best answer Face recognition on GPU

One possibility to perform face recognition in OpenCV is using the FaceRecognizer class.

Is there an OpenCV CUDA counterpart of that class?

In other words, is it possible to perform face recognition on GPU with OpenCV?

Thank you for any help.

2019-06-22 01:01:37 -0600 received badge  Scholar (source)
2019-06-22 01:01:31 -0600 commented answer Face recognition on GPU

Thank you for your answer. Do you think that I can find face recognition acceleration on GPU under python and cv2?

2019-06-21 14:56:12 -0600 asked a question Face recognition on GPU

Face recognition on GPU One possibility to perform face recognition in OpenCV is using the FaceRecognizer class. Is the