|
XDMBandEpipolarDEMGenerate Method
|
설정된 스테레오 이미지로부터 DEM을 생성한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool Generate(
int nSkipLevel,
int X1LZ,
int X2LZ,
int Y1LZ,
int Y2LZ,
double psx,
double psy,
XThread thd
)
Parameters
- nSkipLevel Int32
- Matching을 수행하기 위한 Skip Factor (Skip Size = 2^nSkipLevel).
- X1LZ Int32
- X축 방향 최소 경계값
- X2LZ Int32
- X축 방향 최대 경계값
- Y1LZ Int32
- Y축 방향 최소 경계값
- Y2LZ Int32
- Y축 방향 최대 경계값
- psx Double
- Column 방향 공간 해상도.
- psy Double
- Row방향 방향 공간 해상도.
- thd XThread
- Thread 객체.
Return Value
Boolean 성공이면 true, 실패이면 false
See Also