Click or drag to resize
XDL

XROIGetSumProduct Method

Band 화소간의 곱에 대한 합을 얻는다.

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

Parameters

nBandIdxA  Int32
Index.
nBandIdxB  Int32
Index.

Return Value

Double
ROI에 대한 밴드간 곱에 대한 합.
See Also