I need to use pyWavelet i.e. pywt to read my image to make wavelets for it, the example bellow used to load camera man image only, how to use another image from my computer path?

import pywt

import pywt.data

# Load image

original = pywt.data.camera()

More Saif Basheer Al-Khoja's questions See All
Similar questions and discussions