Releases the histogram (header and the data).
The pointer to histogram is cleared by the function.
If *hist pointer is already NULL, the function does nothing.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvReleaseHist( ref IntPtr hist ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvReleaseHist ( _ ByRef hist As IntPtr _ ) |
Visual C++ |
---|
public: static void cvReleaseHist( IntPtr% hist ) |
Parameters
- hist
- Type:
System..::.IntPtr
%
Double pointer to the released histogram