Click or drag to resize
XDL

XBandParamSuperClassSpecAngle Class

XBandParamSuperClassSpecAngle클래스는 분류항목(eSuperClassMethod)이 SpecAngle일 때 XDMBandSuperClass객체에 대한 입력 파라미터를 설정한다.
Inheritance Hierarchy

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

The XBandParamSuperClassSpecAngle type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamSuperClassSpecAngle
XBandParamSuperClassSpecAngle 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
  NameDescription
Public propertyMaxSpecAngle
최대 유효 각도. 화소와 분류 항목 간의 분광 각도가 이 값보다 크면 미분류항목으로 분류한다.
Top
Remarks

Spectral Angle Mapper 분류 기법은 분광 공간상에서의 거리 개념이 아닌 각도 개념을 적용하는 분류 방법이다. 즉, 화소와 분류 항목간의 유사도를 판별하는데 있어 n차원에서의 각도를 이용한다. 입력 조건으로서 최대 유효 각도를 입력할 수 있어, 화소와 가장 작은 각도를 나타내는 Training Data까지의 각도가 이 각도보다 큰 경우 미분류로 남도록 할 수 있다.

See Also