Hacker News new | past | comments | ask | show | jobs | submit login
Simplifying Bézier Paths (raphlinus.github.io)
8 points by raphlinus on April 19, 2023 | hide | past | favorite | 2 comments



Instead of measuring only distance from the curve itself for the error metric, how about adding in deviation of the derivatives of the curve and its approximation?


Yes, this is the idea behind the proposed error metrics in my thesis, particularly the "hybrid error metric" in 9.6.1 and then implemented in the Python code (see curves/to_cubic.py in the spiro-0.01 release). But it needs refinement, specifically calibration against perceptual data as measured by experiment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: