C# Class Emgu.CV.VideoSurveillance.BlobTrackPostProc

A blob tracking post process module
Inheritance: Emgu.Util.UnmanagedObject
Show file Open project: fajoy/RTSPExample

Public Methods

Method Description
BlobTrackPostProc ( CvEnum type ) : System

Create a blob tracking post process module of the specific type

Protected Methods

Method Description
DisposeObject ( ) : void

Release the post process module

Method Details

BlobTrackPostProc() public method

Create a blob tracking post process module of the specific type
public BlobTrackPostProc ( CvEnum type ) : System
type CvEnum
return System

DisposeObject() protected method

Release the post process module
protected DisposeObject ( ) : void
return void