|
XVMTILocalSetDecoderSetFrameCenter Method
|
표적 객체 위치의 기준이 되는 영상 프레임 중심점의 지리좌표를 설정한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic void SetFrameCenter(
double lon,
double lat
)
Parameters
- lon Double
- 영상 중심점 경도.
- lat Double
- 영상 중심점 위도.
See Also