I want to take an image in which there will be a quadrilateral, and skew or otherwise distort the entire image such that the object that was a quadrilateral is now a square or rectangle. I realize this will distort the image, and that is okay. I know how to skew or manipulate an image, but I can't conceptualize how this would be done given information regarding the coordinates of the four points that define the corners of a quadrilateral within the image itself. I can safely find those coordinates every time, so that part is a given.

This is for an experimental iPhone app.

Any help would be much appreciated.

link|improve this question
Does the resulting image have to be rectangular? – russ Jan 2 '11 at 23:44
The resulting image can be anything at all so long as the points originally indicated in the image ITSELF will now be a rectangle or square. I can only assume that the resulting distorted image would not be rectangular (or, it would be but only because perhaps it needs to be saved into a larger buffer that itself would be a rectangle or square). – user544082 Jan 3 '11 at 1:41
Are there any limitations on the type of quadrilateral? For example, can we depend on the points to form a convex quadrilateral? Will your way of finding corners order them by the path taken around the circumference rather than across any diagonals? Is there a limit to how much or the types of distortion that are acceptable? For example, is inverting only part of the image OK? – outis Jan 4 '11 at 7:49
Do you have a preference for the points becoming a square over a rectangle or vice versa, or do you not care as long as the resulting quadrilateral is right? – outis Jan 4 '11 at 7:49
I apologize for the late response! @Outus - The quadrilateral will be convex. The object in question is a wall and so it will be either rectangular is appearance or skewed depending on the viewing angle. – user544082 Jan 7 '11 at 2:43
show 9 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.