Click or drag to resize
XDL

XROI Methods

The XROI type exposes the following members.

Methods
  Name Description
Public method AddVert ROI를 생성하기 위한 정점를 추가한다. 폴리곤의 각 정점이 이에 해당한다.
Public method CalcStatistics 입력되는 Band의 리스트에 해당하는 통계치를 계산한다.
Public method GetCorrelation Band Index의 두 영상 밴드에 대한 ROI 영역 내 상관도값을 얻는다.
Public method GetCovariance Band Index의 두 영상 밴드에 대한 ROI 영역 내 공분산값을 얻는다.
Public method GetCovarianceInverse Band Index의 두 영상 밴드에 대한 ROI 영역 내 공분산 역수값을 얻는다.
Public method GetHistogram Band Index의 영상 밴드에 대한 ROI 영역 내 히스토그램 값을 얻는다.
Public method GetMax Band Index의 영상 밴드에 대한 ROI 영역 내 최대값을 얻는다.
Public method GetMean Band Index의 영상 밴드에 대한 ROI 영역 내 평균값을 얻는다.
Public method GetMin Band Index의 영상 밴드에 대한 ROI 영역 내 최소값을 얻는다.
Public method GetRange ROI의 경계 영역값을 얻는다.
Public method GetStd Band Index의 영상 밴드에 대한 ROI 영역 내 표준편차값을 얻는다.
Public method GetSum Band Index의 영상 밴드에 대한 ROI 영역 내 합을 얻는다.
Public method GetSumProduct Band 화소간의 곱에 대한 합을 얻는다.
Public method GetSumSquare Band Index의 영상 밴드에 대한 ROI 영역 내 제곱합을 얻는다.
Public method GetVertAt ROI를 생성하기 위해 추가된 정점 중 해당 Index에 대한 정점을 얻는다.
Public method GetVertSize ROI를 생성하기 위해 추가된 총 정점 개수를 얻는다.
Public method IsCalculated ROI 통계치가 계산되었는지 여부를 반환한다.
Public method RemoveVertAll 모든 정점을 삭제한다.
Top
See Also