
February 27th, 2007, 10:43 PM
|
 |
Contributing User
|
|
Join Date: Sep 2005
Location: Houston
Posts: 48
  
Time spent in forums: 11 h 59 m 2 sec
Reputation Power: 10
|
|
Trapezoid 2d Affine Transform
Hi,
I'm trying to get an affine transform that will turn a square image into a trapezoid like this:
original
Code:
+----+
| |
| |
+----+
transformed
Code:
+--+
/ \
/ \
+--------+
I understand that the transform matrix has a row for each axis and that each axis has a scale and a skew, but that's about it. Sometimes the numbers get together behind the scenes and hold a seance where they do inexplicable things like boil frogs and rotate entire images. So if there's a good resource on that, I'd like to know about it.
Thanks for any help
Neal
|