We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Blob Tracking on Image in JMyron (Read 960 times)
Blob Tracking on Image in JMyron
Apr 8th, 2010, 2:57pm
 
Hi all,

I have a simple background subtraction code working on a webcam feed. The output is an image with pixels that are different from the stored background shown as white, and all others black.

How can I feed this back into JMyron and look for blobs?

I suspect that I need to use the hijack() command...

Thanks
Re: Blob Tracking on Image in JMyron
Reply #1 - Apr 25th, 2010, 2:52pm
 
Figured out a crude solution to this. I just used the blobDetection library, which will take a pixel matrix. I hope this helps somebody else.
-BR
Page Index Toggle Pages: 1