Click or drag to resize
XDL

XSIGGetCorrelation Method

Band Index의 두 밴드 데이터에 대한 Signature 상관도값을 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public double GetCorrelation(
	int nBandIdxA,
	int nBandIdxB
)

Parameters

nBandIdxA  Int32
Band Index.
nBandIdxB  Int32
Band Index.

Return Value

Double
Signature 상관도.
See Also