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