Click or drag to resize
XDL

XBandParamEpipolar Properties

The XBandParamEpipolar type exposes the following members.

Properties
  NameDescription
Public propertyHeightMax
Epiplar이미지를 생성하기 위해 필요한 Max고도값을 설정.
Public propertyHeightMin
Epiplar이미지를 생성하기 위해 필요한 Min고도값을 설정.
Public propertyLeftImageFlag
XDMBandEpipolar 객체가 Left인지 여부를 설정한다. XDMBandEpiplar클래스를 이용하여 Epipolar영상을 생성하기 위해서는 2개의 XDMBandEpipolar객체를 사용한다. 이때, 2개중 어느 객체가 Left인지 어느객체가 Right인지를 설정해야한다. LeftImageFlag가 Left이면 true, 아니면 false를 설정한다.
Public propertyResampleMethod
Resample 방법을 설정. Bilinear calculates the pixel value using 4 neighboring pixels, and Cubic Convolution calculates the pixel value using 16 neighboring pixels.
Public propertySensorModelL
Left 이미지의 센서 모델.
Public propertySensorModelR
Right 이미지의 센서 모델.
Public propertySrcBandL
스테레오 이미지의 Left Image의 Band.
Public propertySrcBandR
스테레오 이미지의 Right Image의 Band.
Top
See Also