|
NXImageLayerStereoCompositesFindMatchPoint(Double, Double) Method
|
오른쪽 영상 화소 위치를 입력 왼쪽 영상 화소 위치와 맞는 위치를 찾는다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic XVertex3d FindMatchPoint(
double xL,
double yL
)
Parameters
- xL Double
- [In] 왼쪽 영상의 X 위치.
- yL Double
- [In] 왼쪽 영상의 Y 위치.
Return Value
XVertex3d 오른쪽 영상과 맞는 위치를 반환한다.Return
See Also