Click or drag to resize
XDL

XIrfGetPatchOver Method

분석에 사용한 추출 영상의 오버샘플링 결과 영상을 가져온다.

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public void GetPatchOver(
	out XGrid dat,
	out XGrid mag
)

Parameters

dat  XGrid
[Out] 32비트 실수형 복소수 데이터
mag  XGrid
[Out] 32비트 실수형 크기 데이터
See Also