Click or drag to resize
XDL

XROIGetMean Method

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

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

Parameters

nBandIdx  Int32
Band Index.

Return Value

Double
ROI 영역의 평균값.
See Also