|   | XDMBandEpipolarConvPosA2E Method | 
        
         Left 영상점에 대응하는 Epipolar 영상점의 좌표를 얻는다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
 Syntax
Syntaxpublic void ConvPosA2E(
	XVertex2d posA,
	out XVertex2d posE
)
Parameters
- posA  XVertex2d
- [In] 입력 파라미터, Left 영상 좌표. 
- posE  XVertex2d
- [Out] 출력 파라미터, Epipolar 영상 좌표. 
 See Also
See Also