Skip to content

Enhancement of Imperfectly Acquired Images of ECG Printouts

License

Notifications You must be signed in to change notification settings

asteasolutions/paper-ecg-enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper ECG Enhancer

Open source project for enhancing imperfectly acquired images of ECG printouts.

Installation

To use this package as part of another project, install it using pip or pipenv. For example:

pip install <github_url>

Running Locally

Alternatively, you can checkout the code and run it locally. First you need to create a virtual environment and install the dependencies using Pipenv:

pipenv install --python 3.9
pipenv shell

Then, use the file run.py to process ECG images from the command line:

python run.py <path_to_image> <ecg_polygon>

See the usage instructions in run.py for more info.

By default, the output of the enhancement process is stored in the out directory.

License

CC BY-NC-SA

About

Enhancement of Imperfectly Acquired Images of ECG Printouts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages