Table of Contents

Struct OutputArray

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Stack-only output proxy (see file header). Single Mat/UMat output only — native writes through the referenced matrix directly, so no write-back (Fix/AssignResult) is needed.

public readonly ref struct OutputArray
Inherited Members

Methods

Create(Mat)

Wraps a Mat output (no allocation).

Create(UMat)

Wraps a UMat output (no allocation).

Operators

implicit operator OutputArray(Mat)

Wraps a Mat output (no allocation).

implicit operator OutputArray(UMat)

Wraps a UMat output (no allocation).