Image box or rectangle color
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Nasir Ali
 le 29 Mai 2021
  
    
    
    
    
    Commenté : Khalid Mahmood
      
 le 29 Mai 2021
            I want to drag a rectangle on image and set color of edges of rectangle. How to start?
0 commentaires
Réponse acceptée
  Khalid Mahmood
      
 le 29 Mai 2021
        I hope you want this
set(gcf,'Units','normalized')
im=imread('peppers.png');
imshow(im);
k = waitforbuttonpress;
rect_pos = rbbox;
annotation('rectangle',rect_pos,'Color','red') 
2 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

