Go to: Related nodes. Attributes.
Curve simplification is achieved by copying to the filter output only those data value records which are the the endpoints of ranges of nearly colinear values within the input data. The colinearity test requires that all deleted data points lie within a parallelegram connecting the end-points with width 2 * tolerance * (max - min), where max and min are the extrema of the input data.
Points within these parrallelograms are considered colinear and not copied to the output data values subject to the following additional constraints.
Node name | Parents | MFn type | Compatible function sets |
---|---|---|---|
filterSimplify | filter | kFilterSimplify | kBase kNamedObject kDependencyNode kFilter kFilterSimplify |
filter, filterResample, filterClosestSample, filterEuler
allowDuplicates, maxTimeStep, minTimeStep, timeTolerance, tolerance
Long name (short name) | Type | Default | Flags | ||
---|---|---|---|---|---|
allowDuplicates
(ad )
| bool | true | ![]() ![]() ![]() ![]() | ||
maxTimeStep
(mxt )
| double | 3600 | ![]() ![]() ![]() ![]() | ||
minTimeStep
(mnt )
| double | 0.0 | ![]() ![]() ![]() ![]() | ||
timeTolerance
(tt )
| double | 0.00 | ![]() ![]() ![]() ![]() | ||
tolerance
(tol )
| double | 0.001 | ![]() ![]() ![]() ![]() | ||