jts icon indicating copy to clipboard operation
jts copied to clipboard

Gaussian smoothing and new geometry densifier

Open jgaffuri opened this issue 6 years ago • 4 comments

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 [email protected]

jgaffuri avatar Sep 23 '19 08:09 jgaffuri

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

jgaffuri avatar Sep 23 '19 12:09 jgaffuri

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

micycle1 avatar May 10 '21 12:05 micycle1

Great job ! Thank you for your interest.

jgaffuri avatar May 10 '21 13:05 jgaffuri