ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

Improved version of the Compile guide #315

Closed demirobin closed 3 years ago

demirobin commented 3 years ago

Hello,

This PR mainly solves two issues:

  1. testing and improving COMPILE.md to make it more organized and accurate (for Android/Windows/Linux);
  2. adding a new example to the current example folder.

Also, some minor bugs are fixed in these modified files:

  1. CMakeLists.txt: help suppress CMake deprecation warning when building this library with Visual Studio;
  2. opencv_dnn/cpp/detect-image.cpp: turn on the display option for the detect-image program.

Xingyu Chen

fengyuentau commented 3 years ago

Thanks again for your contribution. Please squash commits into one or two commits before merging.