laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
867 stars 224 forks source link

EMD on Image #9

Closed laszukdawid closed 7 years ago

laszukdawid commented 7 years ago

Adding support for Image decomposition. Extrema are defined as having lower/higher value than surrounding, which seems obvious, but when performing decomposition results are not necessarily as expected. Related issues: #8 #4

codecov-io commented 7 years ago

Codecov Report

Merging #9 into master will increase coverage by 2.52%. The diff coverage is 91.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   81.99%   84.51%   +2.52%     
==========================================
  Files          10       12       +2     
  Lines         894     1169     +275     
  Branches      114      135      +21     
==========================================
+ Hits          733      988     +255     
- Misses        103      118      +15     
- Partials       58       63       +5
Impacted Files Coverage Δ
PyEMD/__init__.py 87.5% <100%> (+1.78%) :arrow_up:
PyEMD/tests/test_splines.py 100% <100%> (ø) :arrow_up:
PyEMD/EMD2d.py 82.4% <82.4%> (ø)
PyEMD/tests/test_emd2d.py 98.65% <98.65%> (ø)
PyEMD/EMD.py 70.1% <0%> (+0.86%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6248f85...a9df0a1. Read the comment docs.