Click or drag to resize
XDL

XSIGGetHistogram Method

Band Index의 밴드 데이터에 대한 Signature 히스토그램 값을 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public long GetHistogram(
	int nBandIdx,
	int nIndex
)

Parameters

nBandIdx  Int32
Band Index.
nIndex  Int32
Histogram Index.

Return Value

Int64
Band Index의 밴드 데이터에 대한 Signature 히스토그램 값.
See Also