Slow Python - what can be done?

Peter Otten __peter__ at web.de
Mon Mar 22 03:03:58 EST 2004


Jason Sewall wrote:

> It's affine for the one-line-pair case, but the full algorithm actually
> uses n line pairs to describe a nonlinear transformation. Since the

Would you care to post a small driver program (if feasible)? I'd like to try
the "complex numbers as points" approach on it.

> transformations are weighted for each pair, the matrix solution doesn't
> cut it for the general case.
> 
> Of course, since I didn't mention it, you wouldn't have known that -
> sorry.

No problem.

Peter





More information about the Python-list mailing list