Feeds
提问
Do I have to pad the image for frequency filtering?
I read on the book "Digital Image Processing" Gonzalez-Woods paragraph 4.6.3 that for filtering an image in the frequency domain...
13 years 前 | 0 个回答 | 0
0
个回答提问
How can I remove the texture from an image?
Image:<http://www.flickr.com/photos/63036721@N02/5733958932/in/photostream> How can I use the fourier transform to find out t...
13 years 前 | 0 个回答 | 0
0
个回答提问
How can I remove the dc component from an Image?
I wrote this code, it is right? subplot(2,2,1); I = rgb2gray(imread('L3S3T2.jpg')); imshow(I); FT = fft2(I); ...
13 years 前 | 3 个回答 | 0
3
个回答提问
How deblur an image???
Someone can help me in deblur this image in matlab please!!! Thanks! <http://www.flickr.com/photos/63036721@N02/5733034767...
13 years 前 | 1 个回答 | 0
1
个回答提问
How can I detect an edge in an image?
I have to develop an algorithm for edge detection on a digital image, without using the traditional algorithms. Someone has an ...
13 years 前 | 0 个回答 | 0
0
个回答已回答
Remove noise from an image
This is the image: http://img8.uploadhouse.com/fileuploads/10299/10299638860eea3f63a6d0d4279798a3ec3fbba3.jpg This is my code...
Remove noise from an image
This is the image: http://img8.uploadhouse.com/fileuploads/10299/10299638860eea3f63a6d0d4279798a3ec3fbba3.jpg This is my code...
13 years 前 | 0
提问
Remove noise from an image
Hi everybody, I am a student and I am at the beginning in a course of Machine Vision. It is one week that I try to solve this ...
13 years 前 | 3 个回答 | 0