|
NXImageLayerVideoWorldToSpace(Int64, XVertex2d, XGeoPoint) Method
|
이미지뷰(World) 좌표를 지리공간(Space) 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool WorldToSpace(
long nPts,
XVertex2d ptWorld,
out XGeoPoint ptSpace
)
Parameters
- nPts Int64
- Presentation Time Stamp.
- ptWorld XVertex2d
- 기본 동영상 좌하단이 원점인 이미지뷰 좌표.
- ptSpace XGeoPoint
- [OUT] 영상 좌표에 대응하는 지리 좌표.
좌표 변환 과정에서 고도는 타원체 고도 0으로 가정하며, 만약 프레임 센서모델이 지구 모드가 아닌 임의의 국소 좌표계를 사용한다면 좌표변환을 할 수 없다.
Return Value
Boolean 좌표변환 성공 여부
See Also