Click or drag to resize
XDL

XSIG Methods

The XSIG type exposes the following members.

Methods
  NameDescription
Public methodAddROI
Signature를 이루는 ROI를 추가한다.
Public methodCalcStatistics
입력된 밴드의 SIG 영역에 대해서 통계값을 계산한다.
Public methodGetCorrelation
Band Index의 두 밴드 데이터에 대한 Signature 상관도값을 얻는다.
Public methodGetCovariance
Band Index의 두 밴드 데이터에 대한 Signature 공분산값을 얻는다.
Public methodGetCovarianceDeterminant
Signature의 공분산 Determinant값을 얻는다.
Public methodGetCovarianceInverse
Band Index의 두 밴드 데이터에 대한 Signature 공분산 역수값을 얻는다.
Public methodGetHistogram
Band Index의 밴드 데이터에 대한 Signature 히스토그램 값을 얻는다.
Public methodGetMax
Band Index의 밴드 데이터에 대한 Signature 최대값을 얻는다.
Public methodGetMean
Band Index의 밴드 데이터에 대한 Signature 평균값을 얻는다.
Public methodGetMin
Band Index의 밴드 데이터에 대한 Signature 최소값을 얻는다.
Public methodGetROIAt
Signature를 생성하기 위해 추가된 ROI 중 해당 Index에 대한 ROI를 얻는다.
Public methodGetROISize
Signature를 생성하기 위한 총 ROI의 수를 얻는다.
Public methodGetStd
Band Index의 밴드 데이터에 대한 Signature 표준편차값을 얻는다.
Public methodGetUnmannedObj
Public methodRemoveROIAll
모든 ROI를 삭제한다.
Public methodRemoveROIAt
Signature를 생성하기 위해 추가된 ROI 중 해당 Index에 대한 ROI를 지운다.
Top
See Also