This document is archived and information here might be outdated. Recommended version. |
Get the accumulating or running variables used for covar computation. Continue to increment from here.
[Visual Basic .NET] Public Sub GetCovarAccu ( _ ByVal iBand As Integer, _ ByRef numValidPixel As Double, _ ByRef covarXY As Double, _ ByRef meanX As Double, _ ByRef meanY As Double _ )
[C#] public void GetCovarAccu ( int iBand, ref double numValidPixel, ref double covarXY, ref double meanX, ref double meanY );
[C++]
HRESULT GetCovarAccu(
long iBand,
System.Double* numValidPixel,
System.Double* covarXY,
System.Double* meanX,
System.Double* meanY
);
[C++]
Parameters iBand [in]
iBand is a parameter of type long numValidPixel [out]
numValidPixel is a parameter of type double* covarXY [out]
covarXY is a parameter of type double* meanX [out]
meanX is a parameter of type double* meanY [out]
meanY is a parameter of type double*