C# Class Emgu.CV.VideoSurveillance.BlobTrackPostProc

A blob tracking post process module
Inheritance: Emgu.Util.UnmanagedObject
Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Méthode Description
BlobTrackPostProc ( CvEnum type ) : System

Create a blob tracking post process module of the specific type

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the post process module

Method Details

BlobTrackPostProc() public méthode

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

DisposeObject() protected méthode

Release the post process module
protected DisposeObject ( ) : void
Résultat void