getPanoConfidenceThreshAsync method

Future<double> getPanoConfidenceThreshAsync()

Implementation

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