ultra sound image processing
이전 댓글 표시
hi, how to process ultra sound 2D image in matlab?give me the code for moving average filter for the same.. thank u...
답변 (1개)
Sean de Wolski
2011년 5월 10일
imwrite(conv2(double(imread('cameraman.tif')),ones(3)/9,'same'),'cameramanmoooovingaverage.tif')
카테고리
도움말 센터 및 File Exchange에서 Ultrasound Imaging에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!