# FaceDetectionWithOpenCVDNN **Repository Path**: hypocritezmf/FaceDetectionWithOpenCVDNN ## Basic Information - **Project Name**: FaceDetectionWithOpenCVDNN - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaceDetectionLib face detection using opencv4 dnn in c++, make sure that opencv was compiled with cuda. # How to compile opencv with cuda? please see # How to build so? ``` mkdir build cd build cmake .. make ``` use testLib.cpp to test `libFaceDetectionLib.so` # fd standalone `test.cpp` # screenshot ![](https://code.xugaoxiang.com/xugaoxiang/blog/raw/master/images/ai/opencv/opencv_fd_dnn.png)