|   | XDMBandEpipolarConvPosE2B Method | 
        
         Epipolar 영상점에 대응하는 Right 영상점의 좌표를 얻는다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
 Syntax
Syntaxpublic bool ConvPosE2B(
	XVertex2d posE,
	out XVertex2d posB
)
Parameters
- posE  XVertex2d
- [In] 입력 파라미터, Epipolar 영상 좌표. 
- posB  XVertex2d
- [Out] 출력 파라미터, Right 영상 좌표. 
Return Value
Boolean 성공이면 true, 실패이면 false
 See Also
See Also