Click or drag to resize
XDL

XBandParamEpipolar Class

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

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

The XBandParamEpipolar type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamEpipolar
XBandParamEpipolar클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamEpipolar(XBandParamEpipolar)
XBandParamEpipolar객체를 생성하는 생성자이다. 외부 XBandParamEpipolar객체를 입력 받아 멤버 변수를 초기화한다.
Top
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