setPanoConfidenceThreshAsync method

Future<void> setPanoConfidenceThreshAsync(
  1. double value
)

Implementation

Future<void> setPanoConfidenceThreshAsync(double value) async => cvRunAsync0(
      (callback) => cstitching.Stitcher_SetPanoConfidenceThresh_Async(
        ref,
        value,
        callback,
      ),
      (c) => c.complete(),
    );