Click or drag to resize
XDL

XWarpCoeffWarpPoint Method (Double, Double, Double, Double)

입력되는 x, y좌표값을 영상 변환계수를 이용하여 좌표를 변환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public void WarpPoint(
	double xi,
	double yi,
	ref double xo,
	ref double yo
)

Parameters

xi
Type: SystemDouble
[In] 입력 x 좌표.
yi
Type: SystemDouble
[In] 입력 y 좌표.
xo
Type: SystemDouble
[Out] 출력 x 좌표.
yo
Type: SystemDouble
[Out] 출력 y 좌표.
See Also