I am using PyWavelets to make wavelike transform to the images by using python language. PyWavelets convert my images to grayscale images, How can I use PyWavelets with color images?
There is no function that can be applied directly to a color image. Color images may be converted to gray scale images before applying wavelet transform.
At first I didnt work about this subject so i have no experience. You can separate channels with python, apply wavelet three separeted channel, and after all merge channel results. Thats only an idea ..