Created
February 7, 2017 09:00
-
-
Save trinnguyen/083c0926887975d7b319ec52264eef77 to your computer and use it in GitHub Desktop.
Header file FaceDetector.h - Demo for OpenCV on Xamarin.iOS
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
@interface FaceDetector : NSObject | |
- (id) initWithFaceCascade:(NSString*) filePath; | |
- (NSArray*) detectFaces:(UIImage*) image; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment