BDFaceImageUtils.h 411 B

123456789101112131415161718
  1. //
  2. // BDFaceImageUtils.h
  3. // FaceSDKSample_IOS
  4. //
  5. // Created by 阿凡树 on 2017/5/24.
  6. // Copyright © 2017年 Baidu. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface BDFaceImageUtils : NSObject
  11. + (CGRect)convertRectFrom:(CGRect)imageRect imageSize:(CGSize)imageSize detectRect:(CGRect)detectRect;
  12. + (UIImage *)getImageResourceForName:(NSString *)name;
  13. @end