Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve path simplification #56

Open
ipeychev opened this issue Feb 25, 2017 · 0 comments
Open

Improve path simplification #56

ipeychev opened this issue Feb 25, 2017 · 0 comments
Milestone

Comments

@ipeychev
Copy link
Owner

The currently used algorithm for path simplification (recursive Douglas-Peucker) should be replaced with a most advanced one. Also, the shapes should be drawn not by their original points, but by their simplified curves.

@ipeychev ipeychev added this to the 1.0.0 milestone Feb 25, 2017
@ipeychev ipeychev changed the title Improve path similification Improve path simplification Feb 25, 2017
ipeychev added a commit that referenced this issue Feb 25, 2017
Another method for path simplification should be applied.
This will be an implementation of Philip J. Schneider's
"Algorithm for Automatically Fitting Digitized Curves"
from the book "Graphics Gems"

Fixes #56
ipeychev added a commit that referenced this issue Feb 26, 2017
Another method for path simplification should be applied.
This will be an implementation of Philip J. Schneider's
"Algorithm for Automatically Fitting Digitized Curves"
from the book "Graphics Gems"

Fixes #56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant