|
XGenPMAGGetAt Method
|
해당 인덱스의 매칭점을 가져온다.
Namespace: Pixoneer.NXDL.NRSEXAssembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntaxpublic void GetAt(
int nIndex,
ref double xi,
ref double yi,
ref double xr,
ref double yr,
ref double corr
)
Parameters
- nIndex Int32
- [In] 가져올 매칭점 인덱스.
- xi Double
- [Out] 가져온 매칭점 - 입력 영상의 이미지 좌표 X.
- yi Double
- [Out] 가져온 매칭점 - 입력 영상의 이미지 좌표 Y.
- xr Double
- [Out] 가져온 매칭점 - 참조 영상의 이미지 좌표 X.
- yr Double
- [Out] 가져온 매칭점 - 참조 영상의 이미지 좌표 Y.
- corr Double
- [Out] 가져온 매칭점 - Correlation 값 .
See Also