How to recognize the boundary of an object
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Please let me know How to recognize the boundary of an object and determine the object area from that of an image in matlab. Thanks.
1 Commento
  Walter Roberson
      
      
 il 13 Gen 2014
				We will need some sample images to assist you, as different techniques are required for different situations.
Risposta accettata
  Image Analyst
      
      
 il 13 Gen 2014
        Assuming you have already segmented your object into foreground and background (you have a binary image), then try bwboundaries() to get a list of (x,y) coordinates, or bwperim() to get an image of the perimeter.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Image Processing Toolbox in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


