Table of Contents

Class OutputArray

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

This type is very similar to InputArray except that it is used for output function parameters.

public class OutputArray : InputArray, IDisposable
Inheritance
OutputArray
Implements
Derived
Inherited Members

Constructors

OutputArray(nint, object)

Create an OutputArray from an existing unmanaged outputArray pointer

public OutputArray(nint outputArrayPtr, object parent)

Parameters

outputArrayPtr nint

The pointer to the unmanaged outputArray

parent object

The parent object to keep reference to

Properties

FixedSize

True if the output array is fixed size

public bool FixedSize { get; }

Property Value

bool

FixedType

True if the output array is fixed type

public bool FixedType { get; }

Property Value

bool

Needed

True if the output array is needed

public bool Needed { get; }

Property Value

bool

Methods

DisposeObject()

Release the unmanaged memory associated with this output array.

protected override void DisposeObject()

GetEmpty()

Get an empty output array

public static OutputArray GetEmpty()

Returns

OutputArray

An empty output array