How to calculate large noise signal from an image
1 次查看(过去 30 天)
显示 更早的评论
I want to calculate weighting factor for image processing by formula given below:
Where Lm,n is larger signal and Li,j is larger noise signal. My question ius that how I can caclulate larger signal (Li,j) for noise in matlab.
2 个评论
Image Analyst
2021-6-15
What are Lmn and Lij larger than?
Are you supposed to get the Lij noise image from the Lmn "sample" image? Do you know anything about the signal or the noise? What is sigma(i, j)? Is it just simply std(double(Lij(:)))? And what is the value of beta?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!