C# Класс AForge.Imaging.TemplateMatch

Template match class keeps information about found template match. The class is used with template matching algorithms implementing ITemplateMatching interface.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TemplateMatch ( Rectangle rect, float similarity ) : System

Initializes a new instance of the TemplateMatch class.

Описание методов

TemplateMatch() публичный Метод

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].
Результат System