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
Walter Roberson
2012년 1월 19일
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
2012년 1월 19일
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.
채택된 답변
추가 답변 (1개)
munch kitty
2012년 1월 19일
0 개 추천
댓글 수: 2
Ganesh
2012년 1월 19일
Nothing is Impossible manoj...u can do it in both tools:::)))))
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...
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!