C# 클래스 Accord.Imaging.TemplateMatch

Template match class keeps information about found template match. The class is used with template matching algorithms implementing ITemplateMatching interface.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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