i have breast cancer dicom file i read it and displayed it now i want to do segmentation for the tumor just the code of segmentation
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
the code of read and display
if true
dicomlist = dir(fullfile('C:\Users\Zabra\Desktop\breast cancer’,'*.dcm'));
for cnt = 1 : numel(dicomlist)
  I{cnt} = dicomread(fullfile('C:\Users\Zabra\Desktop\breast cancer’,dicomlist(cnt).name)); 
  imshow(I{cnt},'DisplayRange',[]);
   pause(3)
end
end
0 comentarios
Respuestas (0)
Ver también
Categorías
				Más información sobre Biotech and Pharmaceutical en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
