Python Forum
Fitting cubic spline with Levenberg-Marquardt Algorithm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fitting cubic spline with Levenberg-Marquardt Algorithm
#1
Hi all,

I have two 2D arrays and one array I want to present in cubic spline way. And with this cubic spline representation of one array, I want to fit the other array. But the problem is that in python I have only cubic spline interpolation task, I want to get the functional form of this representation and then with this form I want to fit another 2D array to get the position of centers of the second array relative to the first array. I have used image registration for the centering which is based on FFT. But I have been instructed to use this method only.

So basically can anyone tell me how to get the functional form of 2D cubic spline function in python? For 1D I have got many helps but not for 2D.

Thanks in advance!!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fitting data to a curve daaegp 1 651 Jun-30-2023, 08:06 PM
Last Post: Gribouillis
  Returning values from Gaussian fitting Laplace12 0 1,599 Aug-05-2021, 08:09 AM
Last Post: Laplace12
  Fitting Gaussian curve to data file Laplace12 0 2,797 Jun-09-2021, 10:45 AM
Last Post: Laplace12
  search of a curve fitting function bluffy5 2 2,466 Dec-13-2020, 09:53 AM
Last Post: ndc85430
  Scipy kolmogorov smirnov test for evaluating the fitting of a non-normal distribution mcva 0 2,017 May-26-2020, 12:01 PM
Last Post: mcva
  How to fix a parameter while fitting klagyi 0 2,220 May-07-2018, 09:58 AM
Last Post: klagyi

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020