Click or drag to resize
XDL

XRSLoadFileGetCovarianceMatrix Method

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

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

Parameters

covGrid
Type: Pixoneer.NXDLXGrid
[Out] Covariance matrix

Return Value

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