Thanks to visit codestin.com
Credit goes to github.com

Skip to content

m-rashvand/HMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMC

Lossy compression of gray scale images using the methods describle at https://ieeexplore.ieee.org/document/7952444

requirements

this script uses the python image library (PIL) to prossesing images. to install requierments run the following command

pip install -r requirements.txt

Usage

Run the script using following command

python main.py

By giving the path of the image, it compress it and decompress the image and save it.

results

Test image and compression result original image at left and compressed data at right

About

An implementation of HEVC­-based medical photo compression method based on this paper: https://ieeexplore.ieee.org/document/7952444

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages