Python too slow?

sturlamolden sturlamolden at yahoo.no
Fri Jan 11 13:40:54 EST 2008


On 9 Jan, 20:11, "dongie.ag... at gmail.com" <dongie.ag... at gmail.com>
wrote:

> Is there a better way to do color tracking, or is Python just too slow
> as an interpreted language to do any effective color tracking?


The slowness stems from the use of k-means clustering on each frame.
SciPy's clustering module used for the purpose is written in plain C.
It is not Python that is slow.




More information about the Python-list mailing list