Click or drag to resize
XDL

XTemplateMatchFind Method

Pyramid refinement 알고리즘으로 Matching을 수행한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d Find(
	int nXT,
	int nYT,
	int nX1S,
	int nX2S,
	int nY1S,
	int nY2S,
	bool subPixel,
	double top2Ratio
)

Parameters

nXT
Type: SystemInt32
[In] template image의 중심 X .
nYT
Type: SystemInt32
[In] template image의 중심 Y.
nX1S
Type: SystemInt32
[In] Search 이미지의 범위 (start X)
nX2S
Type: SystemInt32
[In] Search 이미지의 범위(end X)
nY1S
Type: SystemInt32
[In] Search 이미지의 범위(start Y)
nY2S
Type: SystemInt32
[In] Search 이미지의 범위(end Y)
subPixel
Type: SystemBoolean
[In] sub-pixels을 사용한다면 true, Pixel을 사용한다면 false
top2Ratio
Type: SystemDouble
[In] Do not apply top2ratio by setting top2ratio = 0

Return Value

Type: XVertex3d
Matched Position.
See Also