Click or drag to resize
XDL

XBandParamHM Class

XBandParamHM 클래스는 XDMBandHistogramMatching 객체에 대한 입력 파라미터를 설정한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXBandParamBase
    Pixoneer.NXDL.NRSXBandParamHM

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

The XBandParamHM type exposes the following members.

Constructors
 NameDescription
Public methodXBandParamHM XBandParamHM클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamHM(XBandParamHM) XBandParamHM객체를 생성하는 생성자이다. 외부 XBandParamHM객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
 NameDescription
Public propertyMaxOut 영상히스토그램 매칭에 사용할 출력 최대 화소값 설정
Public propertyMinOut 영상히스토그램 매칭에 사용할 출력 최소 화소값 설정
Public propertyRefBand 영상히스토그램매칭을 위한 참조 Band 설정.
Public propertySrcBand 영상히스토그램매칭할 Band를 설정
Top
See Also