On 9 Jan, 20:11, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to