As we can see, there are some points in the upper part of the letter C that are not on the arc, Is there an algorithm to recalculate these points on the arc to fit into a smooth curve. Yes,I know math is hard, so I hope some body can help me.
Asked
Active
Viewed 52 times
0
-
what did you try? keywords "curve fitting", "polynomial fitting", existing article https://stackoverflow.com/questions/11233404/simple-curve-fitting-implimentation-in-c-svd-least-sqares-fit-or-similar – Cee McSharpface Aug 03 '17 at 07:07
-
For clarification: Do you want to *filter* your data, i.e. remove points that don't lie on the curve, or do you want to *smoothen* your data, i.e. move outliers closer to the curve? – Tobias Ribizel Aug 03 '17 at 07:20
-
Remove points that don't lie on the curve, that is my first point – Jack Aug 04 '17 at 00:57