Future<Mat> rotateAsync(int rotationCode) async => cvRunAsync<Mat>( (callback) => ccore.core_Rotate_Async(ref, rotationCode, callback), matCompleter, );