Why fourier transform(dft) is not possible on color images? Why only on gray scale images Fourier transforms is possible?
Why fourier transform(dft) is not possible on color images? Why only on gray scale
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Fourier Transform works with the intensity of a signal in time or space and converts to intensities of a signal in frequency. There’s no single number that can represent the intensity of a color without converting to grayscale.
You can split your image into 3 different images, one for each of the Red, Green, and Blue components. Each of those can be processed with a Fourier Transform independently.