Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir

i m working on the image transformation project in visual c++ with the help of anti grain geometry api

http://www.antigrain.com/[^]

on this link there is api and in that api in example folder i got image_perspective transform.
it is four point transform so i am able to strech image using for corners as map_matrix can take only 4 points.
now i want to strech image from the 4 point wich are the mid point of four edges of image. as well as from the centre point of image.

plz let me know how to add more than 4 point in transformation
Posted
Updated 28-Oct-11 20:21pm
v4

1 solution

This question is better posed to the folks that support the library, or a user forum for that API. The AntiGrain product isn't defiend under any C++ standard.

If you have a mroe general C++ question, feel free to ask.
 
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