Open CV

8 / 8

Detecting moving objects in Video with OpenCV




Not able to play video? Try with youtube

In this video, we will demonstrate techniques to detect moving objects in a video from a CCTV camera. The camera will be in a fixed position and does not move.

We will do the following:

  1. Estimate the background with median filtering
  2. Show how to remove the background from a picture
  3. Blurring and thresholding techniques
  4. Detection of contours
  5. Implementing the above process on a video

Loading comments...