FaceRecognizerSFAsync extension

on

Methods

alignCropAsync(Mat srcImg, Mat faceBox) Future<Mat>
featureAsync(Mat alignedImg, {bool clone = false}) Future<Mat>
matchAsync(Mat faceFeature1, Mat faceFeature2, {int disType = FaceRecognizerSF.FR_COSINE}) Future<double>