Release the GpuMat

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1106 (2.2.1.1106)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void gpuMatRelease(
	ref IntPtr mat
)
Public Shared Sub gpuMatRelease ( _
	ByRef mat As IntPtr _
)
public:
static void gpuMatRelease(
	IntPtr% mat
)

Parameters

mat
IntPtr%
Pointer to the GpuMat

See Also