Click or drag to resize
XDL

XTemplateMatch Class

XTemplateMatch클래스는 템플릿 이미지와 검색 이미지를 비교하여 검색 이미지 내에 템플릿 이미지와 가장 일치하는 위치를 찾아주는 기능을 수행한다.
두 이미지 간의 유사도는 NCC(Normalized Cross Correlation)을 통해 계산한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXTemplateMatch

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntax
C#
public class XTemplateMatch : IDisposable

The XTemplateMatch type exposes the following members.

Constructors
 NameDescription
Public methodXTemplateMatch XTemplateMatch 클래스의 기본 생성자로서 내부 멤버 변수의 초기화를 수행한다.
Top
Methods
 NameDescription
Public methodFind Pyramid refinement 알고리즘으로 매칭을 수행한다.
Public methodSetImage(XDMBand, XDMBand) 템플릿 매칭을 위한 템플릿 이미지와 검색 이미지를 XDMBand 형태로 설정한다.
Public methodSetImage(XGrid, XGrid) 템플릿 매칭을 위한 템플릿 이미지와 검색 이미지를 XGrid 형태로 설정한다.
Public methodSetKernel 템플릿 매칭을 위한 파라미터를 설정한다.
Top
See Also