Click or drag to resize
XDL

XBandParamFusion Class

XBandParamFusion클래스는 XDMBandFusion객체가 수행하는 Fusion에 대한 입력 파라미터를 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXBandParamBase
    Pixoneer.NXDL.NRSXBandParamFusion

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

The XBandParamFusion type exposes the following members.

Constructors
 NameDescription
Public methodXBandParamFusion XBandParamFusion클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamFusion(XBandParamFusion) XBandParamFusion객체를 생성하는 생성자이다. 외부 XBandParamFusion객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
 NameDescription
Public propertyFusionType 적용할 Fusion 알고리즘 적용.
Public propertySrcBand1 Fusion을 위한 첫번째 영상.
Public propertySrcBand2 Fusion을 위한 두번째 영상.
Public propertySubsetLevelSub Subset Level 설정.
Public propertySubsetX1Src 입력 Band에 대한 X축 방향 최소 경계.
Public propertySubsetX2Src 입력 Band에 대한 X축 방향 최대 경계.
Public propertySubsetY1Src 입력 Band에 대한 Y축 방향 최소 경계.
Public propertySubsetY2Src 입력 Band에 대한 Y축 방향 최대 경계.
Top
See Also