Skip to content

Instantly share code, notes, and snippets.

@inobo55
Created November 15, 2014 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inobo55/274c1615d2608a01631e to your computer and use it in GitHub Desktop.
Save inobo55/274c1615d2608a01631e to your computer and use it in GitHub Desktop.
Rekognitionで顔認識 [ Objective-C ]
//
// AVCaptureTestViewController.h
//
// Created by inobo on 2014/11/15.
// Copyright (c) 2014年 private inobo. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
@interface AVCaptureTestViewController : UIViewController
<AVCaptureVideoDataOutputSampleBufferDelegate>
@property (strong, nonatomic) IBOutlet UIImageView *imageView;
@property (strong, nonatomic) IBOutlet UILabel *nameLabel;
- (IBAction)startRekognize:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment