![JAR search and dependency download from the Maven repository](/logo.png)
de.gsi.chart.renderer.datareduction.VisvalingamMaheswariWhyattDataReducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chartfx-chart Show documentation
Show all versions of chartfx-chart Show documentation
This charting library ${project.artifactId}- is an extension
in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities.
Emphasis was put on plotting performance for both large number of data points and real-time displays,
as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting
features (parameter measurements, fitting, multiple axes, zoom, ...).
package de.gsi.chart.renderer.datareduction;
/**
* Line generalisation by repeated elimination of the smallest area Visvalingam,
* Maheswari; Whyatt, J. D. (James Duncan) Cartography -- Data processing;
* Computer science July 1992 https://hydra.hull.ac.uk/resources/hull:8338
* https://bost.ocks.org/mike/simplify/
*
*
* TODO: flesh out algorithm
*
*/
public class VisvalingamMaheswariWhyattDataReducer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy