1 | initial version |
Each pixel is a point (x, y). You simply apply the same transformation to this 2-D Point as to the image. Use transform()
or perspectiveTransform()
to perform this matrix-vector multiplication.
2 | No.2 Revision |
Each pixel is a point (x, y). You simply apply the same transformation to this 2-D 2-D
Point as to the image. Use transform()
or perspectiveTransform()
to perform this matrix-vector multiplication.