The algorithm I used for interpolation is Newton's divided differences.
Now this works for most cases where the points seem to fit in a function y = polynomial of x.
However for curves such as this:

Newton's divided differences cannot be used since there are two values of y for the same value of x.
My question is, what algorithm would work in such cases?
I basically need to use this in feature point extraction of a face. These kind of curves occur at the lips and eyes.

New Topic/Question
Reply


MultiQuote








|