TREND2D::PARM Class Reference
Parameters for computing trend.
More...
#include <mi32/trend.h>
List of all members.
Public Member Functions |
| | PARM () |
| void | Set (int Order, int BorderCells, int SampleCols, int SampleRows, bool PreserveRange) |
Detailed Description
Parameters for computing trend.
Constructor & Destructor Documentation
| TREND2D::PARM::PARM |
( |
|
) |
[inline] |
Member Function Documentation
| void TREND2D::PARM::Set |
( |
int |
Order, |
|
|
int |
BorderCells, |
|
|
int |
SampleCols, |
|
|
int |
SampleRows, |
|
|
bool |
PreserveRange | |
|
) |
| | [inline] |
- Parameters:
-
| Order | Polynomial order, usually 1 or 2 |
| BorderCells | Number of border cells to use, 0 to use entire raster |
| SampleCols | Sample interval for columns (>= 1) |
| SampleRows | Sample interval for rows (>= 1) |
| PreserveRange | Preserve original dynamic range when compute global scale and offset |
The documentation for this class was generated from the following file: