Filter löschen
Filter löschen

image processing- calculate image blur extend and direction

3 Ansichten (letzte 30 Tage)
munch kitty
munch kitty am 13 Jan. 2012
The code was
c(i)=fft(log(abs(image)));
then calculate c(i') to get the calculate image blur extend and direction. for differentiation of the image i am used sobel filter.bt the diagram(answer) i got was not relevant... i dont know where the mistke? whether using fft or fft2 or fftn for images? or which filter is appropriate for use?
[Merged from duplicate question]
i want to process the image. for the image i have to calculate fft, then abs,then log,t hen again fft. during calculating abs the output was simply white screen. no original image? whats the reason?
  6 Kommentare
munch kitty
munch kitty am 19 Jan. 2012
sorry sir...i cant get u?4 papers u told.i ask about which filter is used for differentiation?
Walter Roberson
Walter Roberson am 19 Jan. 2012
You wrote, "actually in the ieee paper" and I am pointing out that IEEE has published multiple papers -- in other words we do not know WHICH paper you are looking at.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

christian  bale
christian bale am 19 Jan. 2012
manoj kitty try in scilab it would be easy than matlab
  6 Kommentare
Ganesh
Ganesh am 20 Jan. 2012
Am from bangalore man...working in DIIP analyst.
Ganesh
Ganesh am 20 Jan. 2012
Just wanna know so far what u ve implemented in project thats y i asked how many members..

Melden Sie sich an, um zu kommentieren.


Walter Roberson
Walter Roberson am 19 Jan. 2012
What datatype are you using for your image? If it was an image file that was read in using imread() then the datatype is probably uint8, unsigned 8 bit integers, in which case abs() would not have any effect.
  7 Kommentare
munch kitty
munch kitty am 20 Jan. 2012
sir did u know about radon tranformation?
Walter Roberson
Walter Roberson am 20 Jan. 2012
I glanced at the description a number of months ago, but I did not see the point of it at that time, so I am not likely to be able to describe how to use it.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by