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.
IndexProgramming Questions & HelpVideo Capture,  Movie Playback,  Vision Libraries › Disappearing blob rectangles when leaving screen
Page Index Toggle Pages: 1
Disappearing blob rectangles when leaving screen (Read 661 times)
Disappearing blob rectangles when leaving screen
Aug 11th, 2009, 3:32am
 
Hello,

I currently have a blob detector in my code which marks each detected white blob with a green rectangle. This is working well, but whenever a target moves off the top or bottom of the camera view, the rectangle disappears AS SOON AS the top/bottom of the rectangle touches the boundary of the camera view.

This behavior does not happen on the side edges.

This is a peculiar problem, and is a bit of an issue as if I detect a large white blob, it will disappear with only a small movement up or down.

Has anyone else encountered this issue, or know how to fix it?
Re: Disappearing blob rectangles when leaving screen
Reply #1 - Aug 11th, 2009, 3:58am
 
If you don't mind to post the blob detection part of your code, so we can see where the problem is.
Page Index Toggle Pages: 1