FaceRecognizerSFAsync extension
Methods
-
alignCropAsync(
Mat srcImg, Mat faceBox) → Future< Mat> -
Available on FaceRecognizerSF, provided by the FaceRecognizerSFAsync extension
-
featureAsync(
Mat alignedImg, {bool clone = false}) → Future< Mat> -
Available on FaceRecognizerSF, provided by the FaceRecognizerSFAsync extension
-
matchAsync(
Mat faceFeature1, Mat faceFeature2, {int disType = FaceRecognizerSF.FR_COSINE}) → Future< double> -
Available on FaceRecognizerSF, provided by the FaceRecognizerSFAsync extension
Static Methods
-
fromFileAsync(
String model, String config, {int backendId = 0, int targetId = 0}) → Future< FaceRecognizerSF> -
Available on FaceRecognizerSF, provided by the FaceRecognizerSFAsync extension