 | NXVideoViewWorldToSpace Method (Int64, XVertex2d, XVertex3d) |
비디오뷰 영상(World) 좌표를 지리공간(Space) 좌표로 변환한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic bool WorldToSpace(
long nPts,
XVertex2d ptWorld,
ref XVertex3d ptSpace
)
Parameters
- nPts
- Type: SystemInt64
Presentation Time Stamp. - ptWorld
- Type: Pixoneer.NXDLXVertex2d
CoordSystem 속성으로 정의한 좌표계로 표현된 영상 좌표. - ptSpace
- Type: Pixoneer.NXDLXVertex3d
[OUT] 영상 좌표에 대응하는 지리 좌표.
지리 좌표의 좌표계는 프레임 센서모델에서 사용하는 유클리디안 좌표계(예: ECEF/ECR)이며, 좌표 변환 과정에서 고도는 0으로 가정한다.
Return Value
Type:
Boolean 좌표변환 성공 여부
See Also