Created
March 4, 2018 15:51
-
-
Save SubhiH/e62eff6f7f0a362e089c33a0af7a5596 to your computer and use it in GitHub Desktop.
Face detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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