how i read multiple images in MAT-format from a folder
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
waad almalki
el 19 de Mayo de 2014
Respondida: Image Analyst
el 19 de Mayo de 2014
i need help to read multiple images in MAT-format to applay the system on
load('C:\Users\AL-WAFI\Desktop\#c المحاضرات\DataBase-CT-Scan\001_dicomload.mat')
for i=1:12
x = lung_3d(:,:,i)
y = imread('x')
%%%Lungs Boundary Detection %%%%
boundary_image = extracting(y);
figure, imshow(boundary_image);
% %%%Lung Region Segmentation %%%%
draw_circle = circle(boundary_image,1,8);
figure,imshow(draw_circle);
%%lung region analysis%%%
[allgrains,biggrain,numObjects]=measure_object(draw_circle);
end
i want to get the output for average image only
0 comentarios
Respuesta aceptada
Image Analyst
el 19 de Mayo de 2014
See the FAQ for code examples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Biomedical Imaging en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!