Click or drag to resize
XDL

XROI Methods

The XROI type exposes the following members.

Methods
  NameDescription
Public methodAddVert
ROI를 생성하기 위한 정점를 추가한다. 폴리곤의 각 정점이 이에 해당한다.
Public methodCalcStatistics
입력되는 Band의 리스트에 해당하는 통계치를 계산한다.
Public methodGetCorrelation
Band Index의 두 영상 밴드에 대한 ROI 영역 내 상관도값을 얻는다.
Public methodGetCovariance
Band Index의 두 영상 밴드에 대한 ROI 영역 내 공분산값을 얻는다.
Public methodGetCovarianceInverse
Band Index의 두 영상 밴드에 대한 ROI 영역 내 공분산 역수값을 얻는다.
Public methodGetHistogram
Band Index의 영상 밴드에 대한 ROI 영역 내 히스토그램 값을 얻는다.
Public methodGetMax
Band Index의 영상 밴드에 대한 ROI 영역 내 최대값을 얻는다.
Public methodGetMean
Band Index의 영상 밴드에 대한 ROI 영역 내 평균값을 얻는다.
Public methodGetMin
Band Index의 영상 밴드에 대한 ROI 영역 내 최소값을 얻는다.
Public methodGetRange
ROI의 경계 영역값을 얻는다.
Public methodGetStd
Band Index의 영상 밴드에 대한 ROI 영역 내 표준편차값을 얻는다.
Public methodGetSum
Band Index의 영상 밴드에 대한 ROI 영역 내 합을 얻는다.
Public methodGetSumProduct
Band 화소간의 곱에 대한 합을 얻는다.
Public methodGetSumSquare
Band Index의 영상 밴드에 대한 ROI 영역 내 제곱합을 얻는다.
Public methodGetUnmannedObj
내부적으로 사용.
Public methodGetVertAt
ROI를 생성하기 위해 추가된 정점 중 해당 Index에 대한 정점을 얻는다.
Public methodGetVertSize
ROI를 생성하기 위해 추가된 총 정점 개수를 얻는다.
Public methodIsCalculated
ROI 통계치가 계산되었는지 여부를 반환한다.
Public methodRemoveVertAll
모든 정점을 삭제한다.
Top
See Also