Click or drag to resize
XDL

XSIGSet Class

감독 분류시 분류결과 Signature를 관리하기 위한 클래스이다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXSIGSet

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

The XSIGSet type exposes the following members.

Constructors
  NameDescription
Public methodXSIGSet
XSIGSet 클래스의 기본 생성자로서 멤버변수에 대하여 초기화를 수행한다.
Top
Methods
  NameDescription
Public methodAddSIG
Signature Set를 형성하기 위해 XSIG를 추가한다.
Public methodCalcStatistics
입력된 밴드의 리스트에 대한 Signature리스트 들에 대한 통계값을 계산한다.
Public methodGetSIGAt
XSIGSet를 생성하기 위해 추가된 XSIG 중 해당 Index에 대한 XSIG를 얻는다.
Public methodGetSIGSize
XSIGSet을 구성한 XSIG의 개수를 얻는다.
Public methodLoadSIGSet
저장된 Signature를 로딩한다.
Public methodRemoveAll
모든 XSIG를 삭제한다.
Public methodRemoveSIGAt
XSIGSet를 생성하기 위해 추가된 XSIG 중 해당 Index에 대한 XSIG를 지운다.
Public methodSaveSIGSet
Signature를 저장한다.
Top
See Also