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.0.1.0 (2.0.1.0)

Syntax

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

Parameters

condens
Type: System..::.IntPtr %
Pointer to the CvConDensation structure

See Also