|
XWarpCoeffCreateRotation Method
|
회전각도와 센터 좌표를 입력 받아 영상변환계수를 산출한다. 이후 WarpPoint에 대한 좌표 변환은 입력된 센터 및 회전각을 적용한 좌표가 산출된다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic void CreateRotation(
double angle,
double centerX,
double centerY
)
Parameters
- angle Double
- [In] 회전 각도
- centerX Double
- [In] 센터 x 좌표
- centerY Double
- [In] 센터 y 좌표
See Also