Click or drag to resize
XDL

XROI Class

XROI 클래스는 폴리곤 형태의 ROI(Region Of Interest)를 위한 클래스이다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXROI

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

The XROI type exposes the following members.

Constructors
  NameDescription
Public methodXROI
XROI 클래스의 기본 생성자로서 멤버변수에 대하여 초기화를 수행한다.
Public methodXROI(XROI*)
XROI 객체를 생성하는 생성자이다. C++ 클래스인 XROI를 입력 받아 CLR로 연결시켜주는 역할을 수행한다.
Top
Properties
  NameDescription
Public propertyName
ROI 이름을 설정하거나 얻는다.
Public propertyNullValue
ROI의 NullValue를 설정하거나 얻는다.
Public propertyROIColor
ROI 색상을 설정하거나 얻는다.
Top
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