during calculating motion blur
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2012-1-19
Your notation is... non-standard. We can't decide one way or another whether your code is correct for that notation. It might be.
采纳的回答
Ganesh
2012-1-19
sorry manoj:( We can't calculate the motion blur in matlab better u try in scilab...
2 个评论
Walter Roberson
2012-1-19
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
2012-1-19
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.
更多回答(1 个)
munch kitty
2012-1-19
2 个评论
rupali bora
2012-5-5
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...
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Specialized Messages 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!