Go to file
William DURAND 09d2ecd49a Added variance calculations
End condition now uses the variance with a delta
2012-01-11 00:33:16 +01:00
.gitignore Updated gitignore 2011-12-05 17:17:50 +01:00
CImg.h Added first workaround 2011-11-30 12:02:40 +01:00
Euclidean.cpp Added few comments 2012-01-10 18:43:31 +01:00
Euclidean.hpp Added few comments 2012-01-10 18:43:31 +01:00
lena.bmp Added first workaround 2011-11-30 12:02:40 +01:00
main.cpp Added variance calculations 2012-01-11 00:33:16 +01:00
Makefile Added some improvements 2011-12-12 12:01:38 +01:00
README.md Refactored the main function to get the image name as a parameter 2012-01-10 18:27:46 +01:00

Empirical Mode Decomposition

Fast and Adaptive Bidimensional Empirical Mode Decomposition Using Order-Statistics Filter Based Envelope Estimation.

Usage

Compile in debug mode:

make clean && make debug

Compile in a normal way:

make clean && make

Use it:

./emd <image>