how to count the number of leaves in a tree?

조회 수: 9 (최근 30일)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2014년 5월 9일
답변: Image Analyst 2014년 5월 9일
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.

채택된 답변

Image Analyst
Image Analyst 2014년 5월 9일
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개)

카테고리

Help CenterFile Exchange에서 Agriculture에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by