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