PortraitProcessor.noFlashReflectionThreshold Property¶
Module: PortraitProcessor
Type: int
Definition¶
Flash reflexion detection threshold.
Above this threshold, the flash reflexion is probably present on the face.
Hint
Default value is 70.
no_flash_reflection_threshold: int
Exceptions
An error has occurred during Face Library execution.
int get noFlashReflectionThreshold => getNoFlashReflectionThreshold();
set noFlashReflectionThreshold(int value) => setNoFlashReflectionThreshold(value);
Exceptions
An error has occurred during Face Library execution.
public int noFlashReflectionThreshold
{
get => GetnoFlashReflectionThreshold();
set => SetnoFlashReflectionThreshold(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public int getNoFlashReflectionThreshold() throws FaceException
public void setNoFlashReflectionThreshold(int noFlashReflectionThreshold) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var noFlashReflectionThreshold: Int
get {
return Int(try! getNoFlashReflectionThreshold())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetNoFlashReflectionThreshold (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int * noFlashReflectionThreshold)
int id3FacePortraitProcessor_SetNoFlashReflectionThreshold (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int noFlashReflectionThreshold)
Returns