 | NXMapLayerStereoCompositesFindMatchPoint Method (Double, Double, Double, Double) |
오른쪽 영상 화소 위치를 입력 왼쪽 영상 화소 위치와 맞는 위치를 찾는다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic void FindMatchPoint(
double xL,
double yL,
ref double xR,
ref double yR
)
Parameters
- xL
- Type: SystemDouble
[In] 왼쪽 영상의 X 위치. - yL
- Type: SystemDouble
[In] 왼쪽 영상의 Y 위치. - xR
- Type: SystemDouble
[Out] 오른쪽 영상의 X 위치. - yR
- Type: SystemDouble
[Out] 오른쪽 영상의 Y 위치.
See Also