Re: Levenberg-Marquardt Algorithm

2018-04-14 Thread Priya Singh
On Wednesday, April 11, 2018 at 12:49:59 PM UTC+5:30, Christian Gollwitzer wrote: > Am 11.04.18 um 08:38 schrieb Priya Singh: > > I have two 2D arrays one R and another T (which is also a 2D array). > > Do you know how can I fit T with R in order to find central > > coordinate x0,y0 for T

Re: Levenberg-Marquardt Algorithm

2018-04-14 Thread Priya Singh
On On Wednesday, April 11, 2018 at 12:49:59 PM UTC+5:30, Christian Gollwitzer wrote: > Am 11.04.18 um 08:38 schrieb Priya Singh: > > I have two 2D arrays one R and another T (which is also a 2D array). > > Do you know how can I fit T with R in order to find central > > coordinate x0,y0

Re: Levenberg-Marquardt Algorithm

2018-04-11 Thread tejaswi prakash
I am sorry, but I thought Levenberg marquardt was used quite bit in Image registration. Computing/refining homographies between two related views for instance. On Wed, Apr 11, 2018 at 12:49 PM, Christian Gollwitzer wrote: > Am 11.04.18 um 08:38 schrieb Priya Singh: > >> I have

Levenberg-Marquardt Algorithm

2018-04-11 Thread Priya Singh
Good morning. I need some suggestion from you if you have encountered this problem ever. I have two 2D arrays one R and another T (which is also a 2D array). Do you know how can I fit T with R in order to find central coordinate x0,y0 for T relative to R??? So the main question is do you know

Re: Levenberg-Marquardt Algorithm

2018-04-11 Thread Christian Gollwitzer
Am 11.04.18 um 08:38 schrieb Priya Singh: I have two 2D arrays one R and another T (which is also a 2D array). Do you know how can I fit T with R in order to find central coordinate x0,y0 for T relative to R??? So the main question is do you know in python how can I fit two 2D arrays to find