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.1.0.649 (2.1.0.649)

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