Click or drag to resize
XDL

XROIGetSumProduct Method

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

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

Parameters

nBandIdxA
Type: SystemInt32
Index.
nBandIdxB
Type: SystemInt32
Index.

Return Value

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