Click or drag to resize
XDL

XSIG Methods

The XSIG type exposes the following members.

Methods
  Name Description
Public method AddROI Signature를 이루는 ROI를 추가한다.
Public method CalcStatistics 입력된 밴드의 SIG 영역에 대해서 통계값을 계산한다.
Public method GetCorrelation Band Index의 두 밴드 데이터에 대한 Signature 상관도값을 얻는다.
Public method GetCovariance Band Index의 두 밴드 데이터에 대한 Signature 공분산값을 얻는다.
Public method GetCovarianceDeterminant Signature의 공분산 Determinant값을 얻는다.
Public method GetCovarianceInverse Band Index의 두 밴드 데이터에 대한 Signature 공분산 역수값을 얻는다.
Public method GetHistogram Band Index의 밴드 데이터에 대한 Signature 히스토그램 값을 얻는다.
Public method GetMax Band Index의 밴드 데이터에 대한 Signature 최대값을 얻는다.
Public method GetMean Band Index의 밴드 데이터에 대한 Signature 평균값을 얻는다.
Public method GetMin Band Index의 밴드 데이터에 대한 Signature 최소값을 얻는다.
Public method GetROIAt Signature를 생성하기 위해 추가된 ROI 중 해당 Index에 대한 ROI를 얻는다.
Public method GetROISize Signature를 생성하기 위한 총 ROI의 수를 얻는다.
Public method GetStd Band Index의 밴드 데이터에 대한 Signature 표준편차값을 얻는다.
Public method RemoveROIAll 모든 ROI를 삭제한다.
Public method RemoveROIAt Signature를 생성하기 위해 추가된 ROI 중 해당 Index에 대한 ROI를 지운다.
Top
See Also