 | NXMapLayerStereoCompositesConvRightImagePosition Method |
왼쪽 커서의 영상 화소 위치를 오른쪽 커서의 화소 위치로 변환한다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic void ConvRightImagePosition(
double img1PosX,
double img1PosY,
ref double img2PosX,
ref double img2PosY
)
Parameters
- img1PosX
- Type: SystemDouble
[In] 왼쪽 영상의 X 위치. - img1PosY
- Type: SystemDouble
[In] 왼쪽 영상의 Y 위치. - img2PosX
- Type: SystemDouble
[Out] 오른쪽 영상의 X 위치. - img2PosY
- Type: SystemDouble
[Out] 오른쪽 영상의 Y 위치.
See Also