laszukdawid / PyEMD

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

BEMD #22

Closed laszukdawid closed 6 years ago

laszukdawid commented 6 years ago

Bidimensional EMD as in "Image analysis by bidimensional empirical mode decomposition" by Nunes et al. 2003. Unfortunately their results are difficult to reproduce. It's added without any guarantee that it's even the same.

codecov-io commented 6 years ago

Codecov Report

Merging #22 into master will decrease coverage by 2.57%. The diff coverage is 87.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
- Coverage   94.47%   91.89%   -2.58%     
==========================================
  Files          14       16       +2     
  Lines        1520     1716     +196     
  Branches      133      165      +32     
==========================================
+ Hits         1436     1577     +141     
- Misses         52      103      +51     
- Partials       32       36       +4
Impacted Files Coverage Δ
PyEMD/__init__.py 90% <100%> (+1.11%) :arrow_up:
PyEMD/tests/test_bemd.py 100% <100%> (ø)
PyEMD/BEMD.py 78% <78%> (ø)
__init__.py 45.94% <0%> (-41.99%) :arrow_down:

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 6e771c0...4d04fc6. Read the comment docs.

laszukdawid commented 6 years ago

Closing #22