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