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