|
XROIGetSumProduct Method
|
Band 화소간의 곱에 대한 합을 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic double GetSumProduct(
int nBandIdxA,
int nBandIdxB
)
Parameters
- nBandIdxA Int32
- Index.
- nBandIdxB Int32
- Index.
Return Value
Double ROI에 대한 밴드간 곱에 대한 합.
See Also