Hei!
I have an image and on that image I'd like to select a point and tell it to which coordinate it should transform. I'd like to do this for some number points. And when I finish the whole image would transform, so that locality would be considered.
The most import thing is that I can choose as many points as I want and that the chosen points transform to the exact chosen location not approximate. So for choosing only one point the transformation would be simple translation, for choosing two points it would be linear transformation plus translation and so on...
What would be different algorithms that do this for any number of points, and what are their advantages and disadvantages?