Parameters for Array2DFilterer. More...
Public Member Functions | |
| Array2DFilterPars (Stats::Type t=Stats::Average, RowCol rc=RowCol(1, 1), bool filludf=false) | |
Public Attributes | |
| Stats::Type | type_ |
| RowCol | stepout_ |
| In nodes. Center point not counted. | |
| bool | filludf_ |
| Output when center point is undef? | |
| float | rowdist_ |
| non-undef = weighted filter | |
| float | distfac_ |
| if weigthed, distance factor | |
Parameters for Array2DFilterer.
The filtering can be done weighted, on 1 / (1 + distfac_*square of distance). If you want that, set the rowdist_ to non-undef. The value should then be the distance between two rows if the distance between cols is 1.
| Array2DFilterPars::Array2DFilterPars | ( | Stats::Type | t = Stats::Average, |
|
| RowCol | rc = RowCol(1,1), |
|||
| bool | filludf = false | |||
| ) | [inline] |
if weigthed, distance factor
Output when center point is undef?
non-undef = weighted filter
In nodes. Center point not counted.
1.7.1