In the mouse brain perfusion image attached, could you please tell me how to remove the blue background?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
im = imread('Picture1.png'); I = rgb2gray(im); imshow(im); rgbImage = ind2rgb(I, jet(256)); imshow(rgbImage); maskedImage = double(repmat(rgbImage, 1, 1, 3)); imshow(maskedImage);
1 comentario
  Image Analyst
      
      
 el 21 de Mzo. de 2016
				
      Editada: Image Analyst
      
      
 el 21 de Mzo. de 2016
  
			Read this to format your code. Then be sure to use the green and brown picture frame icon to insert your picture into your post.
And explain what "remove" means to you. Do you mean crop? Do you mean blue goes to black? What???
Respuestas (0)
Ver también
Categorías
				Más información sobre Neuroimaging 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!