| 
               | 
            
              XBand
             | 
          
public class XBandParamEpipolar : XBandParamBase
The XBandParamEpipolar type exposes the following members.
| Name | Description | |
|---|---|---|
| XBandParamEpipolar | XBandParamEpipolar클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다. | |
| XBandParamEpipolar(XBandParamEpipolar) | XBandParamEpipolar객체를 생성하는 생성자이다. 외부 XBandParamEpipolar객체를 입력 받아 멤버 변수를 초기화한다. | 
| Name | Description | |
|---|---|---|
| HeightMax | Epiplar이미지를 생성하기 위해 필요한 Max고도값을 설정. | |
| HeightMin | Epiplar이미지를 생성하기 위해 필요한 Min고도값을 설정. | |
| LeftImageFlag | XDMBandEpipolar 객체가 Left인지 여부를 설정한다. XDMBandEpiplar클래스를 이용하여 Epipolar영상을 생성하기 위해서는 2개의 XDMBandEpipolar객체를 사용한다. 이때, 2개중 어느 객체가 Left인지 어느객체가 Right인지를 설정해야한다. LeftImageFlag가 Left이면 true, 아니면 false를 설정한다. | |
| ResampleMethod | Resample 방법을 설정. Bilinear calculates the pixel value using 4 neighboring pixels, and Cubic Convolution calculates the pixel value using 16 neighboring pixels. | |
| SensorModelL | Left 이미지의 센서 모델. | |
| SensorModelR | Right 이미지의 센서 모델. | |
| SrcBandL | 스테레오 이미지의 Left Image의 Band. | |
| SrcBandR | 스테레오 이미지의 Right Image의 Band. |