The function releases the sparse array and clears the array pointer upon exit.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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