Skip to content

Instantly share code, notes, and snippets.

@SubhiH
Created March 4, 2018 15:43
Show Gist options
  • Select an option

  • Save SubhiH/f0dcb4274265c7a9f6bb1dd14806a38b to your computer and use it in GitHub Desktop.

Select an option

Save SubhiH/f0dcb4274265c7a9f6bb1dd14806a38b to your computer and use it in GitHub Desktop.
Face detection
#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