calculateObject.h 327 B

1234567891011121314151617
  1. //
  2. // calculateObject.h
  3. // CZRemote
  4. //
  5. // Created by archie on 17/6/1.
  6. // Copyright © 2017年 Facebook. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface calculateObject : NSObject
  11. +(void)recognitionFace:(UIImage *)img completion:(void (^)(int faces,CGRect rect))done;
  12. @end