// // BDFaceImageUtils.h // FaceSDKSample_IOS // // Created by 阿凡树 on 2017/5/24. // Copyright © 2017年 Baidu. All rights reserved. // #import #import @interface BDFaceImageUtils : NSObject + (CGRect)convertRectFrom:(CGRect)imageRect imageSize:(CGSize)imageSize detectRect:(CGRect)detectRect; + (UIImage *)getImageResourceForName:(NSString *)name; @end