how to smooth an image in s direction using moving average filter

3 views (last 30 days)
sir, please give me a matlab code for using moving average filter in s direction with 10 pixels
  5 Comments
raj kumar
raj kumar on 18 Jul 2014
it is not specified in the paper.How could will it be if s direction is constant across entire image.please do reply??
Alfonso Nieto-Castanon
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

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 16 Jul 2014
Try conv2() or imfilter().

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!