Relative Content

Tag Archive for pythonscipymathematical-optimization

minimizing a multidimentional solution over a dataset

I have a rectangle within a 2d space and a set of points within the rectangle. The rectangle is moving in the following manner: the center moves a value of u on the x-axis, v on the y-axis and everything is scaled in a factor of sx and sy respectively. I only get the location of the points after the motion. My goal is to estimate the (u, v, sx, sy) vector.