Skip to content

Instantly share code, notes, and snippets.

@trinnguyen
Created February 7, 2017 09:00
Show Gist options
  • Save trinnguyen/083c0926887975d7b319ec52264eef77 to your computer and use it in GitHub Desktop.
Save trinnguyen/083c0926887975d7b319ec52264eef77 to your computer and use it in GitHub Desktop.
Header file FaceDetector.h - Demo for OpenCV on Xamarin.iOS
@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