How to calculate large noise signal from an image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to calculate weighting factor for image processing by formula given below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653865/image.png)
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 commentaires
Image Analyst
le 15 Juin 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?
Réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!