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

Selected blob trajectory postprocessing module. If this field is NULL no postprocessing is done.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public BlobTrackPostProc BTPP { get; set; }
Public Property BTPP As BlobTrackPostProc
public:
property BlobTrackPostProc^ BTPP {
	BlobTrackPostProc^ get ();
	void set (BlobTrackPostProc^ value);
}

See Also