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