Click or drag to resize
XDL

XVideoSensorBeamGetSensorPosition Method

센서 모델에 의한 이미지 좌표를 지리 좌표로 변환한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public bool GetSensorPosition(
	int x,
	int y,
	double alt,
	out XVertex3d pos
)

Parameters

x  Int32
이미지 X 좌표
y  Int32
이미지 Y 좌표
alt  Double
고도
pos  XVertex3d
[OUT] 영상점과 고도에 대응하는 지리 좌표

Return Value

Boolean
성공이면 true, 실패면 false를 리턴
See Also