Click or drag to resize
XDL

XIrfGetPatchForContour(XGrid, Int32, Single) Method

분석에 사용한 추출 영상의 Contour를 그리기 위한 영상을 가져온다.(크기를 DB로 나타낸 영상)

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public void GetPatchForContour(
	out XGrid magDB,
	int RoiSize,
	float MinDB
)

Parameters

magDB  XGrid
[Out] 32비트 실수형 크기 데이터(DB로 표현)
RoiSize  Int32
오버샘플링된 영상에서 추출할 영상의 크기(기본값 480)
MinDB  Single
DB로 변환시 최소값으로 설정할 값
See Also