async version of compute
Future<Scalar> computeAsync(Mat img) => cvRunAsync<Scalar>( (callback) => cffi.QualityBRISQUE_compute_async(ref, img.ref, callback), scalarCompleter, );