|
XSarApplyMatchedFilter Method
|
FFT 된 영상 신호에 MatchedFilter를 적용한다.
Namespace: Pixoneer.NXDL.NSARAssembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntaxpublic static XGrid ApplyMatchedFilter(
XGrid fftData,
XGrid fftFilter
)
Parameters
- fftData XGrid
- FFT를 적용한 영상 신호
- fftFilter XGrid
- 적용할 필터
Return Value
XGrid필터가 적용된 영상 신호 데이터
See Also