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.1.0.2282 (3.1.0.2282)
Syntaxpublic InputArray(
IntPtr inputArrayPtr
)
Public Sub New (
inputArrayPtr As IntPtr
)
public:
InputArray(
IntPtr inputArrayPtr
)
new :
inputArrayPtr : IntPtr -> InputArray
Parameters
- inputArrayPtr
- Type: SystemIntPtr
The unmanaged pointer the the InputArray
See Also