FaceDetectOperator.FrontalFaceDetector Class Reference

Face Detect operator properties for Script Engine . Read the documentation for more info.

Properties

string PrivateId [get, set]
 Private Id to use for Best Result Image access.
 
bool UseCompRoi [get, set]
 Use compositor region of interest.
 
int ProcessingExpansionPercentage [get, set]
 Last found face area expansion to scan (%). [min=100, max=500, default=200].
 
int EyeApprovalThreshold [get, set]
 Eye approval aspect ratio threshold (%). [min=10, max=60, default=20].
 
int MaxResultAge [get, set]
 Max age for best result (seconds). [min=5, max=120, default=10].
 
int MinimumSaveInterval [get, set]
 Minimum save interval (seconds). [min=1, max=60, default=5].
 
int JpegQuality [get, set]
 Jpeg quality. [min=10, max=100, default=70].
 
string BestResultFileName [get, set]
 Best result Filename.
 
String CustomTargetPath [get, set]
 Custom target path.
 
bool EnableSaveToDisk [get, set]
 Enable save to disk.
 
string LastSavedResultFile [get]
 Last saved result file.
 
FormattedMessage MiniLog [get]
 Face detect log message.
 
int FacesFound [get]
 Number of frames where a face was detected.
 
int SavedResults [get]
 Number of saved images to disk.
 
int ResultQueueSize [get]
 Number of frames in the processing queue.
 
string JpegPerformance [get]
 Jpeg compression time in ms.
 
string FaceDetectionTime [get]
 Face detection time in ms.
 
string FaceFeatureDetectionTime [get]
 Face feature detection time in ms.
 
string FaceProcessingTime [get]
 Face detector total processing time in ms.