Click or drag to resize
CvInvokecvReleaseMat Method
http://www.emgu.com
Decrements the matrix data reference counter and releases matrix header

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void cvReleaseMat(
	ref IntPtr mat
)

Parameters

mat
Type: SystemIntPtr
Double pointer to the matrix.
See Also