Has anyone tried doing mesh based image warping with OpenCV? If yes, how to do it?
Its a friend's poblem. Has anyone tried doing mesh based image warping with OpenCV? If yes, how to do it? Only closest option is remap function, which is hardly anything if you want to do something like http://www.projectwoman.com/uploaded_images/bradley16_fig02-704998.jpg
Maybe you should look into ITK and its examples for a solution. (Donno if you will find something suitable. Just suggesting) It has OpenCV IO Bridge as well.
Did anyone find a way to do this yet?