![]() | XBandParamEpipolar Properties |
The XBandParamEpipolar type exposes the following members.
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. |