xugaoxiang / FaceDetectionWithOpenCVDNN

face detection using opencv with cuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceDetectionLib

face detection using opencv4 dnn in c++, make sure that opencv was compiled with cuda.

How to compile opencv with cuda?

please see https://xugaoxiang.com/2019/12/17/opencv-cuda/

How to build so?

mkdir build
cd build
cmake ..
make

use testLib.cpp to test libFaceDetectionLib.so

fd standalone

test.cpp

screenshot

About

face detection using opencv with cuda

License:Apache License 2.0


Languages

Language:C++ 93.3%Language:CMake 6.7%