Skip to content

Masaaki-75/Subsampling-Masks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subsampling-Masks

Python implementation of different types of masks for image subsampling.

⭐ If you find this helpful, click a star! ⭐

1. Display

The following pictures show different subsampling masks generated by the functions in subsampling.py, including annular mask, disk-shaped mask, radial mask, ripple-like mask and Archimedes spiral mask. Each of them represents a certain subsampling pattern in medical image reconstruction and can be obtained by running demo.py (just remember to set your local path correctly to save the pictures).

For detailed information, please see the comments in subsampling.py.

2. Environment

  • python==3.7
  • skimage==0.19.2
  • numpy==1.21.6
  • matplotlib==3.5.1

3. To-Do

  • Code optimization
  • Implementations of other subsampling masks generation (e.g. poisson disk, uniform, ...)

About

Python implementation of different types of masks for image subsampling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages