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...

Answers (1)

imwrite(conv2(double(imread('cameraman.tif')),ones(3)/9,'same'),'cameramanmoooovingaverage.tif')

Categories

Find more on Ultrasound Imaging in Help Center and File Exchange

Products

Asked:

on 10 May 2011

Community Treasure Hunt

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

Start Hunting!