3

i want to morp some text in openCV/javacv like this:

Image Hosted by ImageShack.us

I know there are some functions like warpPerspective, but i don't know how to use it to get these transform

greetings

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
501 - not implemented
  • 2,638
  • 4
  • 39
  • 74
  • 1
    You can implemented it yourself, take a look at function [`apply_wave()`](http://www.codeproject.com/Articles/26595/CAPTCHA-Image-in-PHP). – karlphillip Aug 01 '12 at 17:25

1 Answers1

1

wrapPerspective does perspective transformation. Probably you are looking for remap. Have a look at the example in this answer on stackoverflow. Hope that helps.

Community
  • 1
  • 1
fireant
  • 14,080
  • 4
  • 39
  • 48