Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esheldon/gmix_image

Deprecated Python code to fit a gaussian mixture model to an image using various methods
https://github.com/esheldon/gmix_image

Last synced: 2 days ago
JSON representation

Deprecated Python code to fit a gaussian mixture model to an image using various methods

Awesome Lists containing this project

README

        

gmix_image
==========

Python code to fit a gaussian mixture model to an image using various
techniques.

- Expectation Maximization.
- Levenberg-Marquardt optimization
- MCMC, of the affine invariant variety.

Under the hood, C librares are used for speed.

The workhorses modules are

- gmix_image.gmix_fit
- maximum likelihood fitters
- gmix_image.gmix_mcmc
- MCMC fitters
- gmix_image.em
- EM fitters