// // SCCaptureCoreImageFaceDetector.h // Snapchat // // Created by Jiyang Zhu on 3/27/18. // Copyright © 2018 Snapchat, Inc. All rights reserved. // // This class is intended to detect faces in Camera. It receives CMSampleBuffer, process the face detection using // CIDetector, and announce the bounds and faceIDs. #import "SCCaptureFaceDetector.h" #import #import #import @interface SCCaptureCoreImageFaceDetector : NSObject SC_INIT_AND_NEW_UNAVAILABLE; @end