compareAsync method
Implementation
@override
Future<double> compareAsync(InputArray hashOne, InputArray hashTwo) async => cvRunAsync<double>(
(callback) => ccontrib.marrHildrethHashCompare_Async(
hashOne.ref,
hashTwo.ref,
alpha,
scale,
callback,
),
doubleCompleter,
);