SmoothXMarkerList¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module SmoothXMarkerList smooths the points and vectors in an XMarkerList.
Note that the order of the XMarkers in the list is important. A meaningful order can be generated by the TravelingSalesman or the XMarkerShortestPath modules.
Details¶
The XMarkers are smoothed with a [0.25 0.5 0.25] kernel.
Iterative smoothing passes can be applied by setting the Smoothing Passes parameter.
The first and last XMarkers will remain the same.
Windows¶
Default Panel¶
Input Fields¶
inputXMarkerList¶
- name: inputXMarkerList, type: MLBase¶
Output Fields¶
outputXMarkerList¶
- name: outputXMarkerList, type: MLBase¶
Parameter Fields¶
Visible Fields¶
Smoothing Passes¶
- name: smoothingPasses, type: Integer, default: 1¶
Sets the number of smoothing passes.
Update¶
- name: updateButton, type: Trigger¶
If pressed, the module computes anew.
Auto update¶
- name: autoUpdateToggle, type: Bool, default: FALSE¶
If checked, the module computes anew on any parameter or input change.