Click or drag to resize
XDL

XDMBandEpipolarConvPosB2E Method

Right 영상점에 대응하는 Epipolar 영상점의 좌표를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void ConvPosB2E(
	XVertex2d posB,
	out XVertex2d posE
)

Parameters

posB  XVertex2d
[In] 입력 파라미터, Right 영상 좌표.
posE  XVertex2d
[Out] 출력 파라미터, Epipolar 영상 좌표.
See Also