 | XROIGetCovarianceInverse Method |
Band Index의 두 영상 밴드에 대한 ROI 영역 내 공분산 역수값을 얻는다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic double GetCovarianceInverse(
int nBandIdxA,
int nBandIdxB
)
Parameters
- nBandIdxA
- Type: SystemInt32
Band Index. - nBandIdxB
- Type: SystemInt32
Band Index.
Return Value
Type:
Double ROI 영역의 공분산 역수값.
See Also