2.5.5.1.2 StrelResult


Name

StrelResult

Description

Declaration

typedef struct
{
	UINT nRows;
	UINT nCols;
	double* pNHoodMat;
	double* pHeightMat;
}StrelResult;

Members

nRows
nCols
pNHoodMat
pHeightMat

Remark

Examples

Header to Include

origin.h

See Also

Reference