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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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