Click or drag to resize

InputOutputArray Constructor

http://www.emgu.com
Create an InputOutputArray from an existing unmanaged inputOutputArray pointer

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public InputOutputArray(
	IntPtr inputOutputArrayPtr,
	Object parent
)

Parameters

inputOutputArrayPtr
Type: SystemIntPtr
The pointer to the existing inputOutputArray
parent
Type: SystemObject
The parent object to keep reference to
See Also