Click or drag to resize
XDL

XROIGetSum Method

Band Index의 영상 밴드에 대한 ROI 영역 내 합을 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public double GetSum(
	int nBandIdx
)

Parameters

nBandIdx
Type: SystemInt32
Index.

Return Value

Type: Double
해당 ROI에 대한 합.
See Also