Recognizing object larger than camera FOV

asked 2017-03-21 07:09:35 -0600

Crazor gravatar image

I need to recognize an object that is larger than the camera FOV. It is moving through the frame from side to side at close proximity to the camera. I want to trigger an event when the object is centered in front of the camera, so I need an approximate center point. Right now, I'm using an lbp cascade that works very well when the whole object is in the frame. My guess would be to train several cascades that recognise specific parts of the object, but I'm interested in other ideas.

edit retag flag offensive close merge delete