during calculating motion blur

c(i')= (whole(^)(log|i^|))
---------------------------
my code is
a1(image)
image1=fft(a1);
image2=abs(image1);
image3=log(image2);
image4=fft(image3);
it is correct or not?

3 comentarios

Walter Roberson
Walter Roberson el 19 de En. de 2012
What is your line
a1(image)
intended to do?
I do not recognize the use of ^ in that notation, and I do not recognize the use of "whole" in that context. Is ^ intended to indicate fft? As I see no fft in the formula.
munch kitty
munch kitty el 19 de En. de 2012
sir actually a1 represents the input image sir.whole means after finding the log|i^|,apply fft to the whole value sir.
Walter Roberson
Walter Roberson el 19 de En. de 2012
Your notation is... non-standard. We can't decide one way or another whether your code is correct for that notation. It might be.

Iniciar sesión para comentar.

 Respuesta aceptada

Ganesh
Ganesh el 19 de En. de 2012

1 voto

sorry manoj:( We can't calculate the motion blur in matlab better u try in scilab...

2 comentarios

Walter Roberson
Walter Roberson el 19 de En. de 2012
Someone who understands what that shield in your avatar actually _means_ should be at home implementing the algorithm in any Turing Complete programming language. (Ah, what a time we had inventing that... amazing how long ago that was.)
David Young
David Young el 19 de En. de 2012
But you can calculate motion blur in MATLAB, so the answer is incorrect. manoj: it's worth waiting a little longer before you accept an answer as sweeping as this, to see if others agree. Once you accept an answer, fewer people will look at your question, because they think it is solved.

Iniciar sesión para comentar.

Más respuestas (1)

munch kitty
munch kitty el 19 de En. de 2012

0 votos

mr ganesh..i am doing image forgeries based on the motion blur images..this also work fine in scilab ah? better than matlab ah?

2 comentarios

Ganesh
Ganesh el 19 de En. de 2012
Nothing is Impossible manoj...u can do it in both tools:::)))))
rupali bora
rupali bora el 5 de Mayo de 2012
hello, i'm also working on 'forgery detection based on motion blur', pls help for the first module for calculating the motion blur parameters and perceptual blur metric...

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 19 de En. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by