3.2 STSilentLivenessDetector
- (instancetype)initWithDetectionModelPath:(NSString *)detectionModelPath alignmentModelPath:(NSString *)alignmentModelPath frameSelectorModelPath:(NSString *)frameSelectorModelPath antiSpoofingModelPath:(NSString *)antiSpoofingModelPath licensePath:(NSString *)licensePath setDelegate:(id <STSilentLivenessDetectorDelegate>)delegate;
<STSilentLivenessDetectorDelegate>)delegate;パラメーター
説明
戻り値
説明
- (void)setImageProcessRule:(STSilentLivenessImageProcessRule *)rule;
パラメーター
説明
戻り値
説明
- (void)setBrowOcclusionEnable:(BOOL)enable;
パラメーター
説明
戻り値
説明
- (void)setBlurryFilterEnable:(BOOL)enable threshold:(float)threshold;
パラメーター
説明
戻り値
説明
- (void)setIlluminationFilterEnable:(BOOL)enable darkLightThreshold:(float)darkLightThreshold strongLightThreshold:(float)strongLightThreshold;
パラメーター
説明
戻り値
説明
- (void)setEyeOpenFilterEnable:(BOOL)enable threshold:(float)threshold;
パラメーター
説明
戻り値
説明
- (void)setOcclusionEnable:(BOOL)enable;
パラメーター
説明
戻り値
説明
- (void)setHackThreshold:(float)threshold;
パラメーター
説明
戻り値
説明
- (void)setDetectTimeout:(NSInteger)duration;
パラメーター
説明
戻り値
説明
- (void)setFaceDistanceRateWithFarRate:(CGFloat) farRate closeRate:(CGFloat) closeRate;
パラメーター
説明
戻り値
説明
- (void)setPassConditionMinDuration:(NSInteger)minDuration minFrames:(NSInteger)minFrames;
パラメーター
説明
戻り値
説明
- (void)inputDataWithSampleBuffer:(CMSampleBufferRef)sampleBuffer faceOrientaion:(STIDSilentLivenessFaceOrientaion)faceOrientation imagePrepareRect:(CGRect)imagePrepareRect;
パラメーター
説明
戻り値
説明
- (void)start;
- (void)stop;
- (BOOL)isBrowOcclusionEnable;
パラメーター
説明
戻り値
説明
- (BOOL)isBlurryFilterEnable;
パラメーター
説明
戻り値
説明
- (BOOL)isIlluminationFilterEnable;
パラメーター
説明
戻り値
説明
- (BOOL)isEyeOpenFilterEnable;
パラメーター
説明
戻り値
説明
- (BOOL)isOcclusionEnable;
パラメーター
説明
戻り値
説明
- (CGFloat)hackThreshold;
パラメーター
説明
戻り値
説明
- (NSInteger)detectTimeout;
パラメーター
説明
戻り値
説明
- (NSInteger)passMinDuration;
パラメーター
説明
戻り値
説明
- (NSInteger)passMinFrames;
パラメーター
説明
戻り値
説明
- (CGFloat)faceFarRate;
パラメーター
説明
戻り値
説明
- (CGFloat)faceCloseRate;
パラメーター
説明
戻り値
説明
+ (NSString*)sdkVersion;
パラメーター
説明
戻り値
説明
+ (NSString*)libraryVersion;
パラメーター
説明
戻り値
説明
Last updated