Click or drag to resize
XDL

XDMBandEpipolarDEMGenerate Method

설정된 스테레오 이미지로부터 DEM을 생성한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool Generate(
	int nSkipLevel,
	int X1LZ,
	int X2LZ,
	int Y1LZ,
	int Y2LZ,
	double psx,
	double psy,
	XThread thd
)

Parameters

nSkipLevel
Type: SystemInt32
Matching을 수행하기 위한 Skip Factor (Skip Size = 2^nSkipLevel).
X1LZ
Type: SystemInt32
X축 방향 최소 경계값
X2LZ
Type: SystemInt32
X축 방향 최대 경계값
Y1LZ
Type: SystemInt32
Y축 방향 최소 경계값
Y2LZ
Type: SystemInt32
Y축 방향 최대 경계값
psx
Type: SystemDouble
Column 방향 공간 해상도.
psy
Type: SystemDouble
Row방향 방향 공간 해상도.
thd
Type: Pixoneer.NXDLXThread
Thread 객체.

Return Value

Type: Boolean
성공이면 true, 실패이면 false
See Also