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