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