Skip to main content
. 2016 Oct 17;16(10):1721. doi: 10.3390/s16101721
Algorithm 1: IPM Transformation
1 Input: Source image I
2 Output: IPM image IT
3 For each pixel of coordinates (uT, vT) of IT
4 x = k uT + x0
5 z = j vT + z0
6 y = 0
7 (u, v) = Projection(xW, yW, zW)
8 IT(uT, vT) = I(u, v)
9 End For