Medical-Image-Enhancement icon indicating copy to clipboard operation
Medical-Image-Enhancement copied to clipboard

common method to enhance some cbct image

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.