Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 525 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 525 Bytes

Medical-Image-Enhancement

common method to enhance some cbct images.

Little project in my internship.
Here are 4 methods in my work:
Histogram Equalization, Gamma/Laplace Transform, CLAHE and Retinex.

.ipynb files include 4 ways to enhance the photo and you can see the result.

.py file is a Functional Interface

you can input a starting point from the photo(1024*1024), input the height and the width you want,and you can also choose to use one way(clahe or redinex) to enhance the photo.