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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void cvReleaseMat(
	ref IntPtr mat
)

Parameters

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