BDFaceQualityUtil.h 336 B

123456789101112131415
  1. //
  2. // QualityUtil.h
  3. // IDLFaceSDK
  4. //
  5. // Created by Tong,Shasha on 2017/5/24.
  6. // Copyright © 2017年 Baidu. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <CoreGraphics/CoreGraphics.h>
  10. @interface BDFaceQualityUtil : NSObject
  11. + (CGRect)getFaceRect:(NSArray *) trackingPoints withCount:(NSUInteger) count;
  12. @end