Click or drag to resize
XDL

NXImageLayerStereoCompositesFindMatchPoint(Double, Double, Double, Double) Method

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

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public void FindMatchPoint(
	double xL,
	double yL,
	ref double xR,
	ref double yR
)

Parameters

xL  Double
[In] 왼쪽 영상의 X 위치.
yL  Double
[In] 왼쪽 영상의 Y 위치.
xR  Double
[Out] 오른쪽 영상의 X 위치.
yR  Double
[Out] 오른쪽 영상의 Y 위치.
See Also