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>

Static Methods

fromFileAsync(String model, String config, {int backendId = 0, int targetId = 0}) Future<FaceRecognizerSF>