ultra sound image processing
Mostrar comentarios más antiguos
hi, how to process ultra sound 2D image in matlab?give me the code for moving average filter for the same.. thank u...
Respuestas (1)
Sean de Wolski
el 10 de Mayo de 2011
imwrite(conv2(double(imread('cameraman.tif')),ones(3)/9,'same'),'cameramanmoooovingaverage.tif')
Categorías
Más información sobre Ultrasound Imaging en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!