Check the face calibration
Check whether the face calibration is correct
Description of functional types
CalibrationUtils
Member Function
Description
Version Introduced
boolean checkCalibration(Bitmap rgbFace, Bitmap irFace)
check whether the face calibration is correct
2.1.0
Description of Member Function
boolean checkCalibration(Bitmap rgbFace, Bitmap irFace)
Parameter
Parameter Name
Type
Description
Note
Version Introduced
rgbFace
Bitmap
RGB face image
None
2.1.0
irFace
Bitmap
IR face image
None
2.1.0
Return
true if the face calibration is correct, false if not
Exception
None
最終更新