http://www.emgu.com
Release the blob tracking post process module

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

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

Parameters

postProc
Type: System..::..IntPtr%
The post process module to be released

See Also