PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

Change Contrast Of Image #632

Closed AzadKshitij closed 2 years ago

AzadKshitij commented 2 years ago

How can I change contrast of image using this library? Any Example?

grlee77 commented 2 years ago

We do not have any functions specifically for contrast-manipulation. If you have a specific wavelet-based method from the literature in mind, we can perhaps advise on how to perform the technique using the wavelet transforms implemented here.

Alternatively, there are a number of non-wavelet methods for contrast modification in scikit-image, particularly within skimage.exposure (gallery examples)

grlee77 commented 2 years ago

I am closing this as not a bug or issue with the library, but feel free to continue the discussion here