Table of Contents

Struct InputOutputArray

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Stack-only input/output proxy (see file header). Single Mat/UMat only; its read/write role is flag-dependent in OpenCV, so it is kept as one type (not split into in/out variants).

public readonly ref struct InputOutputArray
Inherited Members

Methods

Create(Mat)

Wraps a Mat in/out target (no allocation).

Create(UMat)

Wraps a UMat in/out target (no allocation).

Operators

implicit operator InputOutputArray(Mat)

Wraps a Mat in/out target (no allocation).

implicit operator InputOutputArray(UMat)

Wraps a UMat in/out target (no allocation).