Reputation: 299
I have two images of the same size and I have computed a vector field to warp the second image onto the first one.
However, as my vector field is computed over a grid with a 10 pixels spacing along both directions, I would like to define such a vector field but for all points of my image.
Thus, I am wondering how I could achieve this.
Upvotes: 1
Views: 1702
Reputation: 2034
Possibilities:
Either case it is a tradeoff between image size/quality and speed.
Upvotes: 1