2020.4.27 resources
#Bezier curve fitting with control points
1. https://stackoverflow.com/questions/6299019/how-can-i-fit-a-b%C3%A9zier-curve-to-a-set-of-data #"An algorithm for automatically fitting digitized curves" from Graphics Gems (1990) Source Code
2. https://stackoverflow.com/questions/42315048/bezier-curve-fitting-with-known-end-points # "Approximation of data using cubic Bezier curve least square fitting" by "M.Khan" Source Code
3. https://github.com/tanzby/BazierFitting
1. https://www.cnblogs.com/WhyEngine/p/4020390.html
2. https://blog.csdn.net/i_dovelemon/article/details/47984241