C# Class AForge.Imaging.TemplateMatch

Template match class keeps information about found template match. The class is used with template matching algorithms implementing ITemplateMatching interface.
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Méthodes publiques

Méthode Description
TemplateMatch ( Rectangle rect, float similarity ) : System

Initializes a new instance of the TemplateMatch class.

Method Details

TemplateMatch() public méthode

Initializes a new instance of the TemplateMatch class.
public TemplateMatch ( Rectangle rect, float similarity ) : System
rect System.Drawing.Rectangle Rectangle of the matching area.
similarity float Similarity between template and found matching, [0..1].
Résultat System