Click or drag to resize
XDL

NXMapLayerStereoCompositesFindMatchPoint Method (Double, Double)

오른쪽 영상 화소 위치를 입력 왼쪽 영상 화소 위치와 맞는 위치를 찾는다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d FindMatchPoint(
	double xL,
	double yL
)

Parameters

xL
Type: SystemDouble
[In] 왼쪽 영상의 X 위치.
yL
Type: SystemDouble
[In] 왼쪽 영상의 Y 위치.

Return Value

Type: XVertex3d
오른쪽 영상과 맞는 위치를 반환한다.Return
See Also