Click or drag to resize
XDL

XRSLoadFileGetCorrelationMatrix Method

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

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

Parameters

corrGrid
Type: Pixoneer.NXDLXGrid
[Out] Correlation matrix

Return Value

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