ultra sound image processing
Show older comments
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)
Sean de Wolski
on 10 May 2011
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!