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.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

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

Parameters

hist
IntPtr%
Double pointer to the released histogram

See Also