How to compute variance of image in windows?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I read a paper about Guided Image Filtering. For edge preserving:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/208559/image.png)
where
is defined as the variance of input image whose centre is
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/208560/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/208561/image.png)
How to compute it in Matlab?
Thankyou.
2 Commenti
Bjorn Gustavsson
il 15 Mar 2019
If you have the image-processing toolbox have a look at wiener2:
edit wiener2
In there you can see how the local variance is calculated.
HTH
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!