|
XRSLoadFileGetCovarianceMatrix Method
|
각 영상 밴드간의 Covariance matrix를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntaxpublic bool GetCovarianceMatrix(
out XGrid covGrid
)
Parameters
- covGrid XGrid
- [Out] Covariance matrix
Return Value
Boolean 성공이면 true, 실패면 false
See Also