Community Profile

photo

Alessandro


Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: image processing

Statistics

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Answered
Remove noise from an image
This is the image: http://img8.uploadhouse.com/fileuploads/10299/10299638860eea3f63a6d0d4279798a3ec3fbba3.jpg This is my code...

13 years ago | 0

Question


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 ago | 3 answers | 0

3

answers