Re: Motion Tracking with Python

2011-09-30 Thread Derek Simkowiak
en de Jong wrote: On 30-9-2011 4:16, Derek Simkowiak wrote: Hello, I have a neat Python project I'd like to share. It does real-time motion tracking, using the Python bindings to the OpenCV library: http://derek.simkowiak.net/motion-tracking-with-python/ There is a YouTube video showing the s

Re: Motion Tracking with Python

2011-09-30 Thread Derek Simkowiak
ember 2011 21:16:52 you wrote: > Hello, > I have a neat Python project I'd like to share. It does real-time motion > tracking, using the Python bindings to the OpenCV library: > > http://derek.simkowiak.net/motion-tracking-with-python/ > > There is a YouTube video s

Re: Motion Tracking with Python

2011-09-30 Thread Irmen de Jong
On 30-9-2011 4:16, Derek Simkowiak wrote: > Hello, > I have a neat Python project I'd like to share. It does real-time motion > tracking, using > the Python bindings to the OpenCV library: > > http://derek.simkowiak.net/motion-tracking-with-python/ > > There i

Re: Motion Tracking with Python

2011-09-30 Thread Ricardo Mansilla
On Thursday 29 September 2011 21:16:52 you wrote: > Hello, > I have a neat Python project I'd like to share. It does real-time motion > tracking, using the Python bindings to the OpenCV library: > > http://derek.simkowiak.net/motion-tracking-with-python/ > > There is a

Re: Motion Tracking with Python

2011-09-30 Thread Chris Angelico
On Fri, Sep 30, 2011 at 4:39 PM, alex23 wrote: >> or writing a MS Word virus in Python... > > Now that's just crazy talk. > ... and I thought all three were. You know what they say - truth is stranger than fiction, because fiction has to make sense! Although the device driver example you cite is

Re: Motion Tracking with Python

2011-09-29 Thread alex23
On Sep 30, 3:31 pm, Chris Angelico wrote: > Unless someone's seriously considering porting the Linux > kernel to Python... Well, they've certainly asked: http://bytes.com/topic/python/answers/37048-reimplenting-linux-kernel-python And while not Linux kernels, there are two projects attempting to

Re: Motion Tracking with Python

2011-09-29 Thread alex23
On Sep 30, 12:16 pm, Derek Simkowiak wrote: > It's especially neat because my daughter and I worked together on this > project. We used it to track her two pet gerbils, as part of her science > fair project. She wrote her own (separate) Python script to read the > motion tracking log files, comput

Re: Motion Tracking with Python

2011-09-29 Thread Chris Angelico
On Fri, Sep 30, 2011 at 12:16 PM, Derek Simkowiak wrote: > Like I say on the web page: "I’m convinced that Python is the best language > currently available for teaching kids how to program." Agreed. > There's no job Python can't handle. Ehhh... Not agreed. Not quite. Yes it's true in that Pyth

Re: Motion Tracking with Python

2011-09-29 Thread crazycga
On Thu, 29 Sep 2011 19:16:52 -0700, Derek Simkowiak wrote: > Hello, > I have a neat Python project I'd like to share. It does real-time motion > tracking, using the Python bindings to the OpenCV library: > > http://derek.simkowiak.net/motion-tracking-with-python/ > >

Re: Motion Tracking with Python

2011-09-29 Thread Micky Hulse
That's really cool! Thanks for sharing! :) -- http://mail.python.org/mailman/listinfo/python-list

Motion Tracking with Python

2011-09-29 Thread Derek Simkowiak
Hello, I have a neat Python project I'd like to share. It does real-time motion tracking, using the Python bindings to the OpenCV library: http://derek.simkowiak.net/motion-tracking-with-python/ There is a YouTube video showing the script in action. It's especially neat because m