Hi,
There is a method in scikit-image called piecewise affine transform
which is very useful. Is there any function in opencv which does the same this? Or how could I do it with opencv?
What the piecewise affine transform
does is showed in this link.