 | XBandParamEpipolarLeftImageFlag Property |
XDMBandEpipolar 객체가 Left인지 여부를 설정한다.
XDMBandEpiplar클래스를 이용하여 Epipolar영상을 생성하기 위해서는 2개의 XDMBandEpipolar객체를 사용한다.
이때, 2개중 어느 객체가 Left인지 어느객체가 Right인지를 설정해야한다.
LeftImageFlag가 Left이면 true, 아니면 false를 설정한다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic bool LeftImageFlag { get; set; }
Property Value
Type:
Boolean
See Also