4.2.3.4. FaceDetectorDelegate
Conforms to NSObject Declared in STFaceProFaceDetector.h
Tasks
– detectDidSuccessfulWithInputImage:detectionResult:landMarks:faceCount: required method
Instance Methods
detectDidSuccessfulWithInputImage:detectionResult:landMarks:faceCount:
顔の検知結果は、後続の機能検知項目に入力データを提供します。
- (void)detectDidSuccessfulWithInputImage:(void *_Nonnull)*inputImage* detectionResult:(void *_Nonnull)*detectionResult* landMarks:(void *_Nonnull)*landMarks* faceCount:(int)*faceCount*
Parameters
inputImage 検知対象の画像データ
detectionResult 面積順に大きいものから小さいものへと配置される、顔枠情報の配列。配列数は faceCount で指定します。
landMarks 検知する顔特徴点の配列
faceCount 検知する顔の数
Discussion
顔の検知結果は、後続の機能検知項目用に入力データを提供します。
Declared In
STFaceProFaceDetector.h
Last updated