What would be the solution to the following two equations ?
A1uv + B1u + C1v + D1 = 0
A2uv + B2u + C2v + D2 = 0
u, v in [0, 1]
The solution needs to be blazing fast because it needs to be solved for each pixel, hopefully a direct rather than iterative solution.
This is basically trying to find the inverse of a coons patch where the boundaries are straight lines.