during calculating motion blur
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 19 Jan 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
le 19 Jan 2012
Walter Roberson
le 19 Jan 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.
Réponse acceptée
Plus de réponses (1)
munch kitty
le 19 Jan 2012
0 votes
2 commentaires
Ganesh
le 19 Jan 2012
Nothing is Impossible manoj...u can do it in both tools:::)))))
rupali bora
le 5 Mai 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...
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!