C# Class Emgu.CV.VideoSurveillance.BlobDetector

A blob detector
Inheritance: Emgu.Util.UnmanagedObject
Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Méthode Description
BlobDetector ( CvEnum type ) : System

Create a blob detector of specific type

DetectNewBlob ( Byte>.Image imageForeground, BlobSeq newBlob, BlobSeq oldBlob ) : bool

Detect new blobs

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the detector

Method Details

BlobDetector() public méthode

Create a blob detector of specific type
public BlobDetector ( CvEnum type ) : System
type CvEnum The type of the detector
Résultat System

DetectNewBlob() public méthode

Detect new blobs
public DetectNewBlob ( Byte>.Image imageForeground, BlobSeq newBlob, BlobSeq oldBlob ) : bool
imageForeground Byte>.Image The foreground mask
newBlob BlobSeq The new blob list
oldBlob BlobSeq The old blob list, can be null if not needed
Résultat bool

DisposeObject() protected méthode

Release the detector
protected DisposeObject ( ) : void
Résultat void