 | NXMapLayerStereoCompositesGetSearchOffset Method |
영상 매칭을 위한 검색 오프셋을 가져온다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic void GetSearchOffset(
ref int Offset1X,
ref int Offset2X,
ref int Offset1Y,
ref int Offset2Y
)
Parameters
- Offset1X
- Type: SystemInt32
[Out] 왼쪽 영상 커서 위치에서의 최소 X 오프셋 (검색창) - Offset2X
- Type: SystemInt32
[Out] 오른쪽 영상 커서 위치에서의 최대 X 오프셋 (검색창) - Offset1Y
- Type: SystemInt32
[Out] 왼쪽 영상 커서 위치에서의 최소 Y 오프셋 (검색창) - Offset2Y
- Type: SystemInt32
[Out] 오른쪽 영상 커서 위치에서의 최대 Y 오프셋 (검색창)
See Also