|
XGenPMAGGetSearchRange Method
|
매칭점을 찾을 영역을 가져온다(이미지 좌표).
Namespace: Pixoneer.NXDL.NRSEXAssembly: NXDLrsEx (in NXDLrsEx.dll) Version: 3.0.0.0
Syntaxpublic void GetSearchRange(
ref int nX1,
ref int nX2,
ref int nY1,
ref int nY2
)
Parameters
- nX1 Int32
- [Out] X 방향 최소 값.
- nX2 Int32
- [Out] X 방향 최대 값.
- nY1 Int32
- [Out] Y 방향 최소 값.
- nY2 Int32
- [Out] Y 방향 최대 값.
See Also