http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create the GpuImage from the unmanaged pointer.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuImage( IntPtr ptr ) |
Visual Basic |
---|
Public Sub New ( _ ptr As IntPtr _ ) |
Visual C++ |
---|
public: GpuImage( IntPtr ptr ) |
Parameters
- ptr
- Type: System..::..IntPtr
The unmanaged pointer to the GpuMat. It is the user's responsibility that the Color type and depth matches between the managed class and unmanaged pointer.