How to calculate large noise signal from an image
1 view (last 30 days)
Show older comments
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 Comments
Image Analyst
on 15 Jun 2021
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?
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!