Click or drag to resize

CvInvokecvReleaseSparseMat Method

http://www.emgu.com
The function releases the sparse array and clears the array pointer upon exit.

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 cvReleaseSparseMat(
	ref IntPtr mat
)

Parameters

mat
Type: SystemIntPtr
Reference of the pointer to the array
See Also