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