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

1
  • 1
    You can implemented it yourself, take a look at function apply_wave(). Commented Aug 1, 2012 at 17:25

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.