computeAsync method
Implementation
@override
Future<Mat> computeAsync(InputArray inputArr) async => cvRunAsync<Mat>(
(callback) => ccontrib.marrHildrethHashCompute_Async(
inputArr.ref,
alpha,
scale,
callback,
),
matCompleter,
);