
Vein Detection in Angiogram image
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Explorer
      
 el 23 de Mzo. de 2016
  
    
    
    
    
    Comentada: Image Analyst
      
      
 el 28 de Mzo. de 2016
            
There are veins in above image. I need to find out the location of pixels at which veins are present.
I tried to do this:
img=imread('segmented plus orignal image 1\aa00001.jpg');
bi=im2bw(img); imshow(bi)
But still, it is not clear.
2 comentarios
  Matthew Eicholtz
      
 el 23 de Mzo. de 2016
				What do you mean by "it is not clear"? Is this the result you get?

Respuesta aceptada
  Matthew Eicholtz
      
 el 23 de Mzo. de 2016
        You may want to try edge detection followed by some image morphological operations (e.g. dilation, erosion) and region flood-filling.
Also, if your results from im2bw are as depicted in the comment above, the bwareaopen function may be helpful.
0 comentarios
Más respuestas (1)
  Image Analyst
      
      
 el 24 de Mzo. de 2016
        Has that image already been through a Hessian or Frangi filter?
2 comentarios
  Image Analyst
      
      
 el 28 de Mzo. de 2016
				You should be able to find plenty of vessel tracking papers here: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models
Ver también
Categorías
				Más información sobre Image Processing Toolbox 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!


