How to get the region of interest(ROI) in matlab?
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    ezhil K
 el 2 de En. de 2019
  
    
    
    
    
    Respondida: Image Analyst
      
      
 el 3 de En. de 2019
            I have written a code to get the region of interest.But I dont get any output here.I have attached my code.I have also attached my input image.Can anyone help me in getting output?
I = imread('Frame 0001.png');
BW = roipoly(I);
imshow(I);
figure
imshow(BW);

2 comentarios
Respuesta aceptada
  Image Analyst
      
      
 el 3 de En. de 2019
        It's doing what you told it to.  
Did you actually left-click three or more points then right-click to close off the polynomial, then double click inside of the polygon to accept it?  
I think you did not.  I did and it did in fact show the mask binary image I drew.
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!