gaussian mix fit of multiple connected ellipses

processes image data containing connected ellipses. we try to fit a gaussian mixture to ellipses.

You are now following this Submission

the pixels in an image are weighted with their intensity. we try to fit a pre-defined number of connected (partially overlapping) ellipses onto this image, using gmdistribution.fit from matlab's statistics toolbox.
i used this to separate ellipse-shaped objects (with a size of ~20 to 30 pixels per object) in a movie, when they come too close to simply 'blob' them apart.

see descriptions in exampleFindEllipses.m (example function) and fitMixGauss.m (the actual fitting function)

Cite As

Georg D (2026). gaussian mix fit of multiple connected ellipses (https://se.mathworks.com/matlabcentral/fileexchange/32300-gaussian-mix-fit-of-multiple-connected-ellipses), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Title, Summary and Description Text

1.0.0.0