From: ftgh ftgh on
hello
I am doing image registration and I use fminsearch for optimisation
I take an image and transforme it by rotation and translation ex (u=15,tx=15,ty=15)
the optimal transformation for this case must be (u=-15,tx=-15,ty=-15)
but when I used fminsearch to optimise the registration ,the optimal transformation found by fminsearch is the same as the transformation applied (u=14.9,tx=13.9,ty=14)
if you know telle me
thank you