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

Parameters

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