Releases the structure CvConDensation (see cvConDensation) and frees all memory previously allocated for the structure.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

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

Parameters

condens
IntPtr%
Pointer to the CvConDensation structure

See Also