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.