Click or drag to resize
XDL

XDMBandGetBandMean Method

영상 데이터 DN 평균값을 가져온다
영상의 데이터 타입이 Complex 타입일 경우, Complex output type에 해당하는 평균값을 가져온다.
Complex output type을 Magnitude로 설정하면 BandMean값을 가져온다.
Complex output type을 Real, Imaginary, Phase중 하나로 설정하면 각 output type에 해당하는 평균값을 가져올 수 있다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.1
Syntax
C#
public double GetBandMean(
	eComplexOutType type
)

Parameters

type  eComplexOutType
Complex 데이터의 output type

Return Value

Double
영상 데이터 DN 평균값
See Also