Click or drag to resize
XDL

XRSLoadFile.GetCovarianceMatrix Method

각 영상 밴드간의 Covariance matrix를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool GetCovarianceMatrix(
	out XGrid covGrid
)

Parameters

covGrid  XGrid
[Out] Covariance matrix

Return Value

Boolean
성공이면 true, 실패면 false
See Also