Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add image enhancement measure (EME) #3776

Open
wants to merge 57 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    8bec6b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b7135 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. modified examples

    iliailmer committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    130d912 View commit details
    Browse the repository at this point in the history
  2. pep8 corrections

    iliailmer committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    9bfe66e View commit details
    Browse the repository at this point in the history
  3. pep8 corrections

    iliailmer committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    a798d36 View commit details
    Browse the repository at this point in the history
  4. changed name to 'enhancement_measure', placed the funciton into measu…

    …re/simple_metrics.py, added footprint parameter for n-dimensional filtering
    iliailmer committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    4c3fa15 View commit details
    Browse the repository at this point in the history
  5. some pep8 corrections

    iliailmer committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    6f02d9b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. change to examples

    iliailmer committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    f9c5b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d266205 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. removed unnecessary files

    iliailmer committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    651d332 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    268d0e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8e9ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd9f8d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. doctest fixes

    iliailmer committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    86e0bed View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. added unit tests and fixed some numerial stability issues

    Ilia Ilmer authored and Ilia Ilmer committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f41fa48 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. some identation

    Ilia Ilmer authored and Ilia Ilmer committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    47a73ee View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. added explanations in doc

    iliailmer committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    81d8022 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    c5300cc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Update skimage/measure/simple_metrics.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    sciunto and iliailmer committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    9dc5646 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    d6e30cf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Update skimage/measure/simple_metrics.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    stefanv and iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    996b73e View commit details
    Browse the repository at this point in the history
  2. Update doc/examples/filters/plot_enhancement_measure.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    stefanv and iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    6676cb1 View commit details
    Browse the repository at this point in the history
  3. Update doc/examples/filters/plot_enhancement_measure.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    stefanv and iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    0a53d2e View commit details
    Browse the repository at this point in the history
  4. Update doc/examples/filters/plot_enhancement_measure.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    stefanv and iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    755e276 View commit details
    Browse the repository at this point in the history
  5. Update doc/examples/filters/plot_enhancement_measure.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    stefanv and iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    e223b0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42b4cb0 View commit details
    Browse the repository at this point in the history
  7. doc example corrections

    iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b511c3a View commit details
    Browse the repository at this point in the history
  8. doc example corrections

    iliailmer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    8e6b65c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Update doc/examples/filters/plot_enhancement_measure.py

    Co-Authored-By: iliailmer <i.ilmer@icloud.com>
    stefanv and iliailmer committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    b6c78e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    40f89ee View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    79b15d6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. plt.show -> fig.show

    iliailmer committed May 2, 2019
    Configuration menu
    Copy the full SHA
    3eb1b94 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    ae7110e View commit details
    Browse the repository at this point in the history
  2. added blank line to docs

    iliailmer committed May 3, 2019
    Configuration menu
    Copy the full SHA
    82be96e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Merge pull request #1 from scikit-image/master

    fork update
    iliailmer committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    6b22824 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    e68c091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c90991 View commit details
    Browse the repository at this point in the history
  3. PEP8 corrections

    iliailmer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    8bfe430 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    cf6028a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    085a0f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    fa922a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4c3dc View commit details
    Browse the repository at this point in the history
  3. fixed deprecation warnings

    iliailmer committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7077399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aba255c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3654f92 View commit details
    Browse the repository at this point in the history
  6. pep8 fix

    iliailmer committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    91404f9 View commit details
    Browse the repository at this point in the history
  7. docstring fix: blank line

    iliailmer committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    2cdad14 View commit details
    Browse the repository at this point in the history
  8. docstring fix: blank line

    iliailmer committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    470a87d View commit details
    Browse the repository at this point in the history
  9. docstring fix: blank line

    iliailmer committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    4ab00af View commit details
    Browse the repository at this point in the history
  10. docstring fix: blank line

    iliailmer committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    fd61c0c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. docstring fix

    iliailmer committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    3d7dd31 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. doi backquotes

    iliailmer committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    208c641 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. removed doi

    iliailmer committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    de9345a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    ed4f7cf View commit details
    Browse the repository at this point in the history
  2. Re-add enhancement_measure after merge

    simple_metrics was moved from skimage/measure to skimage/metrics making
    it quite complicated to preserve the changes during the merge. This
    commit re-adds the original changes authored by iliailmer
    <i.ilmer@icloud.com> back.
    
    Co-authored-by: iliailmer <i.ilmer@icloud.com>
    lagru and iliailmer committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    73a95e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Remove type hints and improve docstring

    Type hints are not (yet) used within scikit-image. Within the docstring
    I tried to describe the measure in more precise terms. However, the
    paper seems a bit vague on the interpretation of this measure.
    lagru committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    0872877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcdc8c View commit details
    Browse the repository at this point in the history