Click or drag to resize

InputArray Constructor

http://www.emgu.com
Create a Input array from an existing unmanaged inputArray pointer

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

Parameters

inputArrayPtr
Type: SystemIntPtr
The unmanaged pointer the the InputArray
parent
Type: SystemObject
The parent object to keep reference to
See Also