C# Class Accord.Vision.Tracking.HslBlobTracker

Blob object tracker.
Inheritance: IObjectTracker
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
HslBlobTracker ( ) : Accord.Imaging

Initializes a new instance of the HslBlobTracker class.

HslBlobTracker ( HSLFiltering filter ) : Accord.Imaging

Initializes a new instance of the HslBlobTracker class.

ProcessFrame ( UnmanagedImage frame ) : void

Process a new video frame.

Reset ( ) : void

Resets this instance.

Private Methods

Méthode Description
extractBlob ( ) : Blob

Method Details

HslBlobTracker() public méthode

Initializes a new instance of the HslBlobTracker class.
public HslBlobTracker ( ) : Accord.Imaging
Résultat Accord.Imaging

HslBlobTracker() public méthode

Initializes a new instance of the HslBlobTracker class.
public HslBlobTracker ( HSLFiltering filter ) : Accord.Imaging
filter Accord.Imaging.Filters.HSLFiltering The filter.
Résultat Accord.Imaging

ProcessFrame() public méthode

Process a new video frame.
public ProcessFrame ( UnmanagedImage frame ) : void
frame Accord.Imaging.UnmanagedImage
Résultat void

Reset() public méthode

Resets this instance.
public Reset ( ) : void
Résultat void