필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
raj kumar
raj kumar 2014년 7월 16일
댓글: Alfonso Nieto-Castanon 2014년 7월 18일
sir, please give me a matlab code for using moving average filter in s direction with 10 pixels
  댓글 수: 5
raj kumar
raj kumar 2014년 7월 18일
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 2014년 7월 18일
If s is constant you would implement that as a convolution or as a filter as Image Analyst suggests below

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 7월 16일
Try conv2() or imfilter().

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by