Skip to content

Explores fitting parametric models MOG to visual data, and perform inference with the model.

License

Notifications You must be signed in to change notification settings

alstondu/MOG-seg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MOG

Explores fitting parametric models MOG to visual data, and perform inference with the model.

Requirment

Tested against Python 3.6.6. Required Python modules:

  • numpy
  • scipy
  • matplotlib
  • pillow

Introduction

Part I

practicalMixGaussA.ipynb fits one Gaussian model to the data for skin and another Gaussian to non-skin pixels, and use this to find the posterior probability that each pixel in an image is skin.

practicalMixGaussB.ipynb fits a mixture of Gaussians model to one dimensional data.

practicalMixGaussC.ipynb fits a mixture of Gaussians model to the RGB data.\

Part II

practicalMixGauss_Apples.ipynb trains a mixture of Gaussians model and use it to inferece apples in unknown image.

About

Explores fitting parametric models MOG to visual data, and perform inference with the model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published