Feeds
提问
image processing based on discrete fourier transforms
After performing inverse DFT on an RGB image, the colors are getting distorted and spread all over the background. How to preven...
5 years 前 | 0 个回答 | 0
0
个回答提问
Image processing based on discrete fourier transform
I applied DFT to an image, as a result of which I got a real and an imaginary part. I wanted to know what information does the r...
5 years 前 | 1 个回答 | 0
1
个回答提问
Double summation of a matrix
How to implement the summation? I am not able to do this.
5 years 前 | 2 个回答 | 0
2
个回答提问
Sum modified laplacian operator
ML(p, q) =| 2I(p, q) − I(p − 1, q) − I(p + 1, q) | + | 2I(p, q) − I(p, q − 1) − I(p, q + 1) | (2.2.6) where, I(p,q) denotes th...
5 years 前 | 1 个回答 | 0