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: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void cvReleaseMat(
	ref IntPtr mat
)

Parameters

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