0

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.

curved podium background

I've tried the OpenCV projection methods using Python, without any results so far

Any help would be appreciated!

Eyal D
  • 169
  • 1
  • 15
  • 1
    Post an example result so we can see how much of the curved surface is covered by the image. Does the image get wrapped to the cylinder also as a separate wrapping? – fmw42 May 25 '20 at 17:24
  • The question needs more elaboration, but as far as I could get from your question, I can say, it's a good idea to use a chessboard image to calibrate the projection, then apply that transformation to the images. – MeiH May 26 '20 at 08:23
  • Thanks for replying, and sorry for not answering sooner. I can not share the sample due to proprietary reasons. The best way to describe what I'm trying to do (hope it's clearer) is to make it seem as if someone printed out the logo on a sheet of paper and then pasted it on a curved background (like the podium I originally posted) – Eyal D May 29 '20 at 11:41

0 Answers0