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

Gaussian smoothing and new geometry densifier #478

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgaffuri
Copy link

I have developed these two algos which might be interested to be included in jts-core:

  • One to smooth geometries using a gaussian kernel
  • An other (which is used by the previous) to densify a geometry using a strategy different than the one used in the current Densifier class. A called it "little thumbling" strategy.

This is my first pull to JTS - let me know if I do it properly !

Signed-off-by: jgaffuri jgaf@protonmail.com

Signed-off-by: jgaffuri <jgaf@protonmail.com>
@jgaffuri
Copy link
Author

This relates to: https://gis.stackexchange.com/questions/326779/

@micycle1
Copy link

@jgaffuri I've incorporated your gaussian smoothing implementation into this computational geometry project.

@jgaffuri
Copy link
Author

Great job ! Thank you for your interest.

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

Successfully merging this pull request may close these issues.

None yet

2 participants