Re: [pygame] GSOC: Extending Camera support for PyGame to Mac OSX Updates!

2009-04-10 Thread el lauwer
Hoi, Those mask functions sound useful. Do you think it would be a good idea to implement a kalman filter in pygame that can be used for color based object tracking. Is there a good place I can find computer vision related information. Grtz On 9-apr-09, at 18:08, Nirav Patel wrote:

Re: [pygame] GSOC: Extending Camera support for PyGame to Mac OSX Updates!

2009-04-10 Thread Nirav Patel
A kalman filter is I think implementable in numpy without much difficulty, and numpy is already a dependency. It depends on what you are looking for, but searching Google Scholar on a specific topic is a great way to learn about various algorithms. Nirav On Fri, Apr 10, 2009 at 5:07 AM, el

[pygame] GSOC: Extending Camera support for PyGame to Mac OSX Updates!

2009-04-09 Thread el lauwer
Hoi, I recently posted my proposal for GSOC to socghop. There where some comments about the content, so I have updated my proposal, and hereby posted it to this mailing list so guys can comment further on my proposal... Rene Dudfield maid the following remark about my original proposal:

Re: [pygame] GSOC: Extending Camera support for PyGame to Mac OSX Updates!

2009-04-09 Thread Nirav Patel
Excellent. Making your code available as you work on it is a great idea, especially for something like this that needs to be tested on a wide range of hardware. About pattern recognition, something like face recognition is probably too heavy for pygame purposes and would be better suited for