Page history Edit this page How do I edit this website?
Original MediaWiki page

Mixture Modeling Thresholding

The content of this page has not been vetted since shifting away from MediaWiki. If you’d like to help, check out the how to help guide!

File

Mixture_Modeling.jar (18,454 Bytes)

Source

in .jar file


Purpose

This plugin automatically threshold an image using the Mixture Modeling algorithm. It is an histogram-based technique that assumes that the histogram distribution is represented by two Gaussian curves.

Documentation

This algorithm separates the histogram of an image into two classes using a Gaussian model. It then calculates the image threshold as the intersection of these two Gaussians. This thresholding technique has the advantage of finding a threshold that is in certain cases closer to real world data. The Gaussian parameters can also be used to describe the two regions obtained.

The plugin returns a histogram with the two Gaussians, the parameters obtained (average, standard deviation, threshold) and the thresholded image.

It has the same drawbacks as the Otsu Thresholding plugin (by the same author), which is that it behaves annoyingly with stacks.

  1. GNU Lesser General Public License
    The GNU Lesser General Public License (LGPL) is a free, open source license for software and other kinds of works.
  2. Why Closed-Source Is Wrong
    This page has a few war stories about having to fight with developing software where you should not need to fight.
  3. GNU General Public License
    The GNU General Public License (GPL) is a free, open source license for software and other kinds of works.
  4. Apache Software License
    The Apache License is a permissive free software license, imposing minimal restrictions on the redistribution of covered software.
  5. Detect Information Loss
    How to detect various forms of information loss in images
  6. Eclipse Public License
    The Eclipse Public License (EPL) is a free, open source software license.
  7. Color Image Processing
    Images with color come in three different forms: pseudo-color, 24-bit RGB image, or color composite image.
  8. Why Open Source?
    This page highlights the benefits of open source software.
  9. BIG Licensing
    Components distributed via the BIG-EPFL update site were developed by the Biomedical Imaging Group (BIG) at the École Polytechnique Fédérale de Lausanne (EPFL).
  10. Public Domain
    Software in the public domain disclaims all copyright interest, being freely available to everyone for any purpose, with no attribution or acknowledgement required.
  11. Deconvolution
    corrects the systematic error of blur (loss of contrast in smaller features) in optical systems such as fluorescence microscopy images.
  12. Visualization
    is a set of techniques for graphically illustrating scientific data, enabling scientists to better understand, illustrate, and glean insight from their data.
  13. BSD Licenses
    BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the redistribution of covered software.
  14. Voxelization
    Voxelization is the process of converting a data structures that store geometric information in a continuous domain (such as a 3D triangular mesh) into a rasterized image (a discrete grid).
  15. MIT License
    The MIT License is a permissive free software license, imposing minimal restrictions on the redistribution of covered software.
  16. Licensing
    This page describes the legal structure of ImageJ and SciJava projects.