Click or drag to resize
XDL

XDMBandLocalWarpPreprocess Method

정합점들로 Triangle을 생성하고 각 Triangle 에 대한 warping coeff (xr, yr) --> (xi, yi) 를 계산한다.

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public bool Preprocess(
	XThread thread
)

Parameters

thread  XThread
[In] Thread.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also