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).
public static OutputArray Create(Mat mat)
Parameters
matMat
Returns
Create(UMat)
Wraps a UMat output (no allocation).
public static OutputArray Create(UMat mat)
Parameters
matUMat
Returns
Operators
implicit operator OutputArray(Mat)
Wraps a Mat output (no allocation).
public static implicit operator OutputArray(Mat mat)
Parameters
matMat
Returns
implicit operator OutputArray(UMat)
Wraps a UMat output (no allocation).
public static implicit operator OutputArray(UMat mat)
Parameters
matUMat