Future<Mat> regionAsync(Rect rect) async => cvRunAsync( (callback) => cffi.Mat_Region_Async(ref, rect.ref, callback), matCompleter, );