The function releases the sparse array and clears the array pointer upon exit.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvReleaseSparseMat(
	ref IntPtr mat
)
Public Shared Sub cvReleaseSparseMat ( _
	ByRef mat As IntPtr _
)
public:
static void cvReleaseSparseMat(
	IntPtr% mat
)

Parameters

mat
IntPtr %
Reference of the pointer to the array

See Also