Home > Software engineering >  The data smoothing processing, transition arc fitting
The data smoothing processing, transition arc fitting

Time:11-14


Currently I have a set of data, curve as shown in figure, I need to arc fitting curve of concave and convex place, and then take the circle radius
At present there is no clue, please action and provide some train of thought,

CodePudding user response:

https://wenku.baidu.com/view/2f7f28c55fbfc77da269b191.html

CodePudding user response:

This is purely a matter of fitting a circular arc, smooth noise is normal operation, fitting round there are many online algorithm, the key is to figure out how screening points, for example, if you can find a straight line, first under the linear point all erased, so the rest is circular arc point, take to fit again,
  • Related