Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working on project of image warping

http://fatlinesofcode.philipandrews.org/2011/02/20/warping-bitmaps-with-a-bezier-surface/[^]

i saw warping example on web via above link
any budy plz provide algorithm code or any reference for the implementation..........
Posted
Comments
Sergey Alexandrovich Kryukov 15-Nov-11 0:14am    
This link does not work.
--SA
pranav_30 15-Nov-11 0:30am    
"warping bitmaps with a bezier surface" google this key word then first result is form site "fatlinesofcode.philipandrews.org" just go through that site u can warp the second image via control point. amazing example

A mesh is composed of 3D Points, that construct triangles or quads. Each 3D point maps to a 2D point in your image. By moving the 3D points around in space, the viewer will see the image appear to warp.

Check out these OpenGL Samples to learn more about meshes.

http://www.opengl.org/code/[^]
 
Share this answer
 
v2
The author of that site provided a link to some bezier code he used (or created) for this purpose:
http://wonderfl.net/c/yLPf[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900