Create a blob tracking post process module of the specific type

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public BlobTrackPostProc(
	BLOB_POST_PROCESS_TYPE type
)
Public Sub New ( _
	type As BLOB_POST_PROCESS_TYPE _
)
public:
BlobTrackPostProc(
	BLOB_POST_PROCESS_TYPE type
)

Parameters

type
BLOB_POST_PROCESS_TYPE

[Missing <param name="type"/> documentation for "M:Emgu.CV.VideoSurveillance.BlobTrackPostProc.#ctor(Emgu.CV.CvEnum.BLOB_POST_PROCESS_TYPE)"]

See Also