Click or drag to resize
XDL

XIrfGetPatchFFT Method

분석에 사용한 추출 영상의 FFT 결과 영상을 가져온다.

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

Parameters

dat  XGrid
[Out] 32비트 실수형 복소수 데이터
mag  XGrid
[Out] 32비트 실수형 크기 데이터
magShift  XGrid
[Out] FFT 결과에 Shift가 적용된 32비트 실수형 크기 데이터
See Also