Comparison between a image capture and real-time video feed [closed]

asked 2018-09-21 11:19:54 -0600

tintin95 gravatar image

Hi guys,

New to OpenCV here. I'm creating an object detection program and was wondering if it is possible to detect an object that enters in y real-time video feed.

I understand that I first have to initialize the camera with a capture to use it as my base comparison. After that I'm pretty stumped on how to use that initial capture to compare with the video feed.

Also would it be possible to draw a square around it and determine the coordinates of the newly detected object?

Thanks in advance, apologies if this question has been asked before or it seems rather simple.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2018-09-21 11:41:20.504291

Comments

what you really need is a course in computervision, or a book..

asking around like this won't lead anywhere.

berak gravatar imageberak ( 2018-09-21 11:33:01 -0600 )edit

please come back once:

  • you can be more concise about what you're trying (vaguely mentioning "object detection" is far to broad)
  • you can show any own attempts at this
  • it is related to opencv (you know, they have a library for this !)
berak gravatar imageberak ( 2018-09-21 11:43:46 -0600 )edit