|
XWarpCoeffWarpPoint(Double, Double) Method
|
입력되는 x, y좌표값을 영상 변환계수를 이용하여 좌표를 변환한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic void WarpPoint(
ref double x,
ref double y
)
Parameters
- x Double
- [In/Out] x 좌표값
- y Double
- [In/Out] y 좌표값
See Also