Click or drag to resize
XDL

XBandParamEnhance Class

XBandParamEnhance 클래스는 XDMBandEnhance 객체에 대한 입력 파라미터를 설정한다.
Inheritance Hierarchy

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

The XBandParamEnhance type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamEnhance
XBandParamEnhance클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamEnhance(XBandParamEnhance)
XBandParamEnhance객체를 생성하는 생성자이다. 외부 XBandParamEnhance객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyColorBalance
Color balance(칼라 값의 intensity 조절을 의미) 값.
Public propertyCutMax
CutType인 eCompCutType.User인 경우, 사용자가 설정하는 Cut 최대값.
Public propertyCutMin
CutType인 eCompCutType.User인 경우, 사용자가 설정하는 Cut 최소값.
Public propertyCutType
Histogram을 이용하여 Contrast 조절시 Stretching에 적용될 Histogram의 최소 최대 경계값을 계산하는 방법.
Public propertyDataType
출력 데이터형식
Public propertyGamma
영상 밝기 조절을 위한 Gamma 알고리즘 설정값
Public propertyIntensity000
최소 Intensity값(histogram stretching에 적용).
Public propertyIntensity255
최대 Intensity값(histogram stretching에 적용).
Public propertySrcBand
영상 향상을 위한 Band를 설정
Public propertyStretchType
Histogram stretching 수행방법.
Public propertyValueBrightness
영상 밝기를 조절하기 위한 값(0~255)
Public propertyValueContrast
영상 대조를 조절하기 위한 값(0~255)
Top
See Also