4.2.3.8. MotionSharpnessDetectorDelegate
Conforms to NSObject Declared in STFaceProMotionSharpnessDetector.h
Tasks
– detectDidSuccessfulWithMotionSharpnessScoreArray: required method
Instance Methods
detectDidSuccessfulWithMotionSharpnessScoreArray:
動画像の鮮明度の検知結果
- (void)detectDidSuccessfulWithMotionSharpnessScoreArray:(NSArray<NSNumber*> *_Nonnull)*scoreArray*
Parameters
scoreArray 画像の鮮明度の配列。値の範囲は[0, 1]です。
Discussion
動画像の鮮明度の検知結果
Declared In
STFaceProMotionSharpnessDetector.h
Last updated