computeAsync static method
async version of compute
Implementation
static Future<(Mat w, Mat u, Mat vt)> computeAsync(Mat src, {int flags = 0}) async =>
cvRunAsync3((callback) => cffi.SVD_Compute_Async(src.ref, flags, callback), matCompleter3);