|
NXImageLayerVideoImageToWorld Method
|
비디오 영상(Image) 좌표를 이미지뷰(World) 좌표(PIXEL)로 변환한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool ImageToWorld(
XVertex2d ptImage,
out XVertex2d ptWorld
)
Parameters
- ptImage XVertex2d
- 프레임 좌상단이 원점인 비디오 영상 좌표.
- ptWorld XVertex2d
- [OUT] 연결된 비디오 영상 좌표에 대응하는 이미지뷰 좌표. 기본 동영상 좌하단이 원점이다.
Return Value
Boolean 좌표 변환 성공 여부
See Also