python - How to insure spline goes through points -
i trying make spline compute derivative of contour of part of image. catch don't seem know how make spline go through point. using scipy.interpolate library univariatespline method.
for univariatespline use s=0 force interpolation: univariatespline(x, y, s=0). or use interpolatedunivariatespline, equivalent.
Comments
Post a Comment