<< return to Pixycam.com

Pixyone any object detection

Hi Team, I am trying to detect if there is any object present other than a background signature. For example. I will train the pixyone with an image, later I want to know if there is any other object other than trained background image. I need an output. please suggest if this is possible to achieve with pixyone.

Thanks in advance.

Hello,
This is an interesting. In general, the connected components algorithm will more or less ignore an object in the middle if it doesn’t match the signature, so I’m guessing this won’t work (sorry!)

You might consider using the getRGB interface:

https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:video_api

This will only work with Pixy2 though.

Edward