how to smooth an image in s direction using moving average filter
Show older comments
sir, please give me a matlab code for using moving average filter in s direction with 10 pixels
5 Comments
Geoff Hayes
on 16 Jul 2014
What is the s direction? What have you come up with so far?
raj kumar
on 18 Jul 2014
Alfonso Nieto-Castanon
on 18 Jul 2014
is the s direction constant across the entire image or is it a vector map?
raj kumar
on 18 Jul 2014
Alfonso Nieto-Castanon
on 18 Jul 2014
If s is constant you would implement that as a convolution or as a filter as Image Analyst suggests below
Answers (1)
Image Analyst
on 16 Jul 2014
0 votes
Try conv2() or imfilter().
Categories
Find more on Image Category Classification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!