C# Class Emgu.CV.Features2D.FastDetector

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FastDetector ( int threshold, bool nonmaxSupression ) : System

Create a fast detector with the specific parameters

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the unmanaged memory associated with this detector.

Method Details

DisposeObject() protected méthode

Release the unmanaged memory associated with this detector.
protected DisposeObject ( ) : void
Résultat void

FastDetector() public méthode

Create a fast detector with the specific parameters
public FastDetector ( int threshold, bool nonmaxSupression ) : System
threshold int Threshold on difference between intensity of center pixel and pixels on circle around /// this pixel. Use 10 for default.
nonmaxSupression bool Specifiy if non-maximum supression should be used. Use true for default.
Résultat System