how to count the number of leaves in a tree?
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Sivakumaran Chandrasekaran
      
 el 9 de Mayo de 2014
  
    
    
    
    
    Respondida: Image Analyst
      
      
 el 9 de Mayo de 2014
            how to count the number of leaves in a tree? Is that possible? If yes. what techniques can be used. Input is a tree image.
0 comentarios
Respuesta aceptada
  Image Analyst
      
      
 el 9 de Mayo de 2014
        You need to find the area of a tree. And you need to know the area of a leaf. Then what you could do is to do a Monte Carlo simulation where you place each leaf, at a 3D x,y,z location, at some arbitrary angle, and find the projected area. Then you can make a correspondence between number of leaves and area fraction. Essentially a lookup table. Then to find the number of leaves for a certain area fraction, use find() to just look it up.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Statistics and Machine Learning 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!