Click or drag to resize
XDL

XBandParamEpipolarDEM Class

XBandParamEpipolarDEM클래스는 XDMBandEpipolarDEM객체의 입력 파라미터를 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public class XBandParamEpipolarDEM : XBandParamBase

The XBandParamEpipolarDEM type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamEpipolarDEM
XBandParamEpipolarDEM클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamEpipolarDEM(XBandParamEpipolarDEM)
XBandParamEpipolarDEM객체를 생성하는 생성자이다. 외부 XBandParamEpipolarDEM객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyApplyCrossHair
Kernel의 형태를 CrossHair모양으로 설정. true for using cross-hair kernel type, false for using box kernel type.
Public propertyBlankValue
Epipolar을 바꾸면 영상의 확대 축소 내지는 회전이 일어나는데 이때 영상의 경계면에 화소가 아닌 영역이 존재할 수 있다. 이 영역에 채워줄 값을 입력한다. Blank Value는 Mosaic에서 Transparent 값을 줄 때 유용하다.
Public propertyCorrThreshold
Correlation Threshold값을 설정.
Public propertyKernelH
Matching에 사용되는 Kernel의 Height.
Public propertyKernelW
Matching에 사용되는 Kernel의 Width.
Public propertyMaxParallaxX
Maximum parallax x 값.
Public propertyMaxParallaxY
Maximum parallax y 값.
Public propertyRadiusP2G
Radius between points to grid.
Public propertySensorModelL
Left 이미지의 센서 모델 설정.
Public propertySensorModelR
Right 이미지의 센서 모델 설정.
Public propertySrcBandL
스테레오의 Left 이미지 Band 설정.
Public propertySrcBandR
스테레오의 Right 이미지 Band 설정.
Top
See Also