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