Given a rectangular company logo, I want to project it on a curved background similar to the ones in this picture. I'm looking for a programmatic solution rather than a manual one, because I need to apply the transformation to a lot of pictures.
I've tried the OpenCV projection methods using Python, without any results so far
Any help would be appreciated!