Looking for methods to generate an “average curve” given a set of 10+ closed curves
Ex: if I traced the foot of 10 different people, what would be the line of best fit through all of them?
Drew some random curves, the red line is just AverageCurve
from Pufferfish, but it seems to not follow the set of given curves that well. The blue line I manually eyeballed is the line I was expecting to get
Links I’ve looked at:
1 | 2
to me it looks like a parameter mismatch
maybe some of the curve have start/end points that are on opposite side of your “loops”
maybe the directions of these curve are mixed
1 Like
Yes I think you were right! Looks like AverageCurve
is giving a more predictable curve now
Thanks for sharing! Are you able to share a photo with FullNames so I could dissect this and learn what is happening?