Skip to content

sohamghosh1509/Background-Subtraction-using-GMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Background Subtraction using Gaussian Mixture Models (GMM)

This project implements background subtraction using Gaussian Mixture Models (GMM), a probabilistic approach for segmenting image and video frames into foreground and background components. It is particularly useful in tasks like motion detection, object tracking, and surveillance.

Features

  • Background Modeling: Utilizes per-pixel GMM to distinguish between background and foreground in training frames.
  • Foreground Detection: Subtracts the background and applies thresholding to accurately isolate and detect foreground objects in test frames.
  • Flexibility: Capable of handling dynamic scenes with varying lighting conditions and non-stationary backgrounds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published