Click or drag to resize
XDL

XIrfAnalysisIRF(XGrid, Int32, Int32, Int32, Int32, Int32, String) Method

IRF 분석을 수행한다. SAR 영상 데이터의 분석 영역에서 최대 밝기 점을 찾아, 그 점을 기준으로 영상을 추출햐여 분석 수행.

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public bool AnalysisIRF(
	XGrid img,
	int AzStart,
	int AzEnd,
	int RaStart,
	int RaEnd,
	int PatchSize,
	out string strError
)

Parameters

img  XGrid
SAR 영상 데이터
AzStart  Int32
분석 대상의 Azimuth 영역의 시작점
AzEnd  Int32
분석 대상의 Azimuth 영역의 종료점
RaStart  Int32
분석 대상의 Range 영역의 시작점
RaEnd  Int32
분석 대상의 Range 영역의 종료점
PatchSize  Int32
영상에서 추출할 영상의 크기(기본 64)
strError  String
[Out] 에러 정보

Return Value

Boolean
IRF 수행 여부
See Also