Skip to content

Instantly share code, notes, and snippets.

@SubhiH
Created March 4, 2018 15:51
Show Gist options
  • Save SubhiH/e62eff6f7f0a362e089c33a0af7a5596 to your computer and use it in GitHub Desktop.
Save SubhiH/e62eff6f7f0a362e089c33a0af7a5596 to your computer and use it in GitHub Desktop.
Face detection
#ifndef PrefixHeader_pch
#define PrefixHeader_pch
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
#ifdef __cplusplus
#include <opencv2/opencv.hpp>
#endif
#endif /* PrefixHeader_pch */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment