Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV Image(object) detection in video

I'm trying to recognize image(object) in every frame of video(picture by picture). I have a image of the object and want to find the rect where it is in every frame of the video. I was using feature detection (openCV) but it's not going well. Objects like TVs(objects which are one color) aren't recognized. So my question is which is best solution to do that? Are there some APIs which can use to find a image in picture?