Click or drag to resize

OutputArray Constructor

http://www.emgu.com
Create an OutputArray from an existing unmanaged outputArray pointer

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public OutputArray(
	IntPtr outputArrayPtr,
	Object parent
)

Parameters

outputArrayPtr
Type: SystemIntPtr
The pointer to the unmanaged outputArray
parent
Type: SystemObject
The parent object to keep reference to
See Also