I have an N-vertex shape that I cut out from an image, and I want to project it onto another shape with the same amount of vertices, but different. So, the image will get changed inside the projection. Are there any known algorithms to do this?
Also:
I know that the requirement "to project" a shape onto another shape could be rather vague in terms what transformations to choose to perform on the deformed image, or what to do in the case of the pixel information loss or the need to synthesize the pixel data, but I would appreciate any ideas along these lines
If N-vertex is a too hard case, then what if N=4, i.e. the shape is a quad?