Decrements the matrix data reference counter and releases matrix header
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void cvReleaseMat(
ref IntPtr mat
)
Public Shared Sub cvReleaseMat ( _
ByRef mat As IntPtr _
)
public:
static void cvReleaseMat(
IntPtr% mat
)
Parameters
- mat
-
IntPtr
%
Double pointer to the matrix.
See Also