Future<Mat> reshapeAsync(int cn, int rows) async => cvRunAsync( (callback) => cffi.Mat_Reshape_Async(ref, cn, rows, callback), matCompleter, );