|
XDMBandUnSuperClassGetClusterVariance Method
|
Cluster Index와 Band Index에 해당하는 분산값을 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic double GetClusterVariance(
int nClusterIndex,
int nBandIndex
)
Parameters
- nClusterIndex Int32
- [In] Cluster Index.
- nBandIndex Int32
- [In] Band Index.
Return Value
Double Cluster의 분산
See Also