Click or drag to resize
XDL

NXVideoDrawArgsWorldToSpace Method (Int64, XVertex2d, Double, XVertex3d)

비디오뷰 영상(World) 좌표와 주어진 고도에 대응하는 지리공간(Space) 좌표를 구한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool WorldToSpace(
	long nPts,
	XVertex2d ptWorld,
	double height,
	out XVertex3d ptSpace
)

Parameters

nPts
Type: SystemInt64
Presentation Time Stamp.
ptWorld
Type: Pixoneer.NXDLXVertex2d
CoordSystem 속성으로 정의한 좌표계로 표현된 영상 좌표.
height
Type: SystemDouble
지리좌표 고도.
ptSpace
Type: Pixoneer.NXDLXVertex3d
[OUT] 영상 좌표에 대응하는 지리 좌표. 지리 좌표의 좌표계는 프레임 센서모델에서 사용하는 유클리디안 좌표계(예: ECEF/ECR)이다.

Return Value

Type: Boolean
좌표변환 성공 여부
See Also