Created
March 4, 2018 15:43
-
-
Save SubhiH/f0dcb4274265c7a9f6bb1dd14806a38b 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
| #import <Foundation/Foundation.h> | |
| #import <UIKit/UIKit.h> | |
| @interface OpencvWrapper : NSObject | |
| + (UIImage *)detect:(UIImage *)source; | |
| @end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment