Emgu CV Library Documentation
cvReleaseMat Method (mat)
NamespacesEmgu.CVCvInvokecvReleaseMat(IntPtr%)

www.emgu.com/wiki
Decrements the matrix data reference counter and releases matrix header
Declaration Syntax
C#Visual BasicVisual C++
public static void cvReleaseMat(
	ref IntPtr mat
)
Public Shared Sub cvReleaseMat ( _
	ByRef mat As IntPtr _
)
public:
static void cvReleaseMat(
	IntPtr% mat
)
Parameters
mat ( IntPtr %)
Double pointer to the matrix.

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)