Click or drag to resize
XDL

BandInfoLT Class

BandInfoLT 클래스는 모자이크를 위한 입력 밴드 정보를 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSEXBandInfoLT

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public class BandInfoLT : IDisposable

The BandInfoLT type exposes the following members.

Constructors
 NameDescription
Public methodBandInfoLT BandInfoLT 클래스의 기본 생성자로서, 멤버변수의 초기화가 수행된다.
Top
Properties
 NameDescription
Public propertyHistoCovariance Histogram Matching 방법이 Mean_StdDev 일 경우 설정 값 - HistoCovariance
Public propertyHistoMaxMain Histogram Matching 방법이 Hue_Adjustment 일 경우 설정 값 - HistoMaxMain
Public propertyHistoMaxSub Histogram Matching 방법이 Hue_Adjustment 일 경우 설정 값 - HistoMaxSub
Public propertyHistoMeanMain Histogram Matching 방법이 Mean_StdDev 일 경우 설정 값 - HistoMeanMain
Public propertyHistoMeanSub Histogram Matching 방법이 Mean_StdDev 일 경우 설정 값 - HistoMeanSub
Public propertyHistoMethod Histogram Matching 방법 설정
Public propertyHistoMinMain Histogram Matching 방법이 Hue_Adjustment 일 경우 설정 값 - HistoMinMain
Public propertyHistoMinSub Histogram Matching 방법이 Hue_Adjustment 일 경우 설정 값 - HistoMinSub
Public propertyHistoVariance Histogram Matching 방법이 Mean_StdDev 일 경우 설정 값 - HistoVariance
Public propertySrcBand 모자이크를 위한 입력 밴드
Public propertyTransparent 입력 영상 밴드 투명값 처리를 위한 값
Top
See Also