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.
Datei anzeigen Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
TemplateMatch ( Rectangle rect, float similarity ) : System

Initializes a new instance of the TemplateMatch class.

Method Details

TemplateMatch() public method

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].
return System