how to smooth an image in s direction using moving average filter
Afficher commentaires plus anciens
sir, please give me a matlab code for using moving average filter in s direction with 10 pixels
5 commentaires
Geoff Hayes
le 16 Juil 2014
What is the s direction? What have you come up with so far?
raj kumar
le 18 Juil 2014
Alfonso Nieto-Castanon
le 18 Juil 2014
is the s direction constant across the entire image or is it a vector map?
raj kumar
le 18 Juil 2014
Alfonso Nieto-Castanon
le 18 Juil 2014
If s is constant you would implement that as a convolution or as a filter as Image Analyst suggests below
Réponses (1)
Image Analyst
le 16 Juil 2014
0 votes
Try conv2() or imfilter().
Catégories
En savoir plus sur Image Category Classification dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!