There is a useful function in scikit-image: the PiecewiseAffineTransform
, It is provided by the python package of scikit-image
which cannot be used in c++ like opencv, how could I implement similar function of it with opencv or python package cv2
?
The usage of that function can be found in this link: https://scikit-image.org/docs/dev/auto_examples/transform/plot_piecewise_affine.html