[This is preliminary documentation and is subject to change.]

Release the blob tracking post process module

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

Syntax

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

Parameters

postProc
IntPtr
The post process module to be released

See Also