http://www.emgu.com
Create a Input array from an existing unmanaged inputArray pointer
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntaxpublic InputArray(
IntPtr inputArrayPtr,
Object parent
)
Public Sub New (
inputArrayPtr As IntPtr,
parent As Object
)
public:
InputArray(
IntPtr inputArrayPtr,
Object^ parent
)
new :
inputArrayPtr : IntPtr *
parent : Object -> InputArray
Parameters
- inputArrayPtr
- Type: SystemIntPtr
The unmanaged pointer the the InputArray - parent
- Type: SystemObject
The parent object to keep reference to
See Also