We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey,
I'm trying to get the output of my canvas to perform blob detection on. How could I do this? I currently get the output of my cam, but I want to replace this with the output that is shown on the canvas (as I have performed some pixel editting on it)
Thanks
Answers
If you've used the pixels array, you might need to call updatePixels() first.
Otherwise just call get().
https://forum.Processing.org/two/discussion/18983/backgroundremove-blobdetection-or-a-similiar-solution#Item_5