| 
            
              XSIGGetCovarianceInverse Method
             | 
          
        
         Band Index의 두 밴드 데이터에 대한 Signature 공분산 역수값을 얻는다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic double GetCovarianceInverse(
	int nBandIdxA,
	int nBandIdxB
)
Parameters
- nBandIdxA  Int32
 -  Band Index. 
 - nBandIdxB  Int32
 -  Band Index. 
 
Return Value
Double Signature 공분산 역수값. 
See Also