C# Class AForge.Imaging.Filters.Threshold

Threshold binarization
Inheritance: IFilter
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Protected Properties

Свойство Type Description
threshold int

Méthodes publiques

Méthode Description
Threshold ( ) : System

Initializes a new instance of the Threshold class.

Threshold ( int threshold ) : System

Initializes a new instance of the Threshold class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected méthode

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
Résultat void

Threshold() public méthode

Initializes a new instance of the Threshold class.
public Threshold ( ) : System
Résultat System

Threshold() public méthode

Initializes a new instance of the Threshold class.
public Threshold ( int threshold ) : System
threshold int Threshold value.
Résultat System

Property Details

threshold protected_oe property

Threshold value.
protected int threshold
Résultat int