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