FaceDetectorYNAsync extension

on

Methods

detectAsync(Mat image) Future<Mat>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

getInputSizeAsync() Future<(int, int)>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

getNmsThresholdAsync() Future<double>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

getScoreThresholdAsync() Future<double>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

getTopKAsync() Future<int>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

setInputSizeAsync((int, int) inputSize) Future<void>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

setNMSThresholdAsync(double nmsThreshold) Future<void>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

setScoreThresholdAsync(double scoreThreshold) Future<void>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

setTopKAsync(int topK) Future<void>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

Static Methods

emptyNewAsync() Future<CascadeClassifier>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

fromBufferAsync(String framework, Uint8List bufferModel, Uint8List bufferConfig, (int, int) inputSize, {double scoreThreshold = 0.9, double nmsThreshold = 0.3, int topK = 5000, int backendId = 0, int targetId = 0}) Future<FaceDetectorYN>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension

fromFileAsync(String model, String config, (int, int) inputSize, {double scoreThreshold = 0.9, double nmsThreshold = 0.3, int topK = 5000, int backendId = 0, int targetId = 0}) Future<FaceDetectorYN>

Available on FaceDetectorYN, provided by the FaceDetectorYNAsync extension