getSeamEstimationResolAsync method

Future<double> getSeamEstimationResolAsync()

Implementation

Future<double> getSeamEstimationResolAsync() async {
  return cvRunAsync(
    (callback) => cstitching.Stitcher_GetSeamEstimationResol_Async(ref, callback),
    doubleCompleter,
  );
}