Tree Generation
Since the seminal work of Honda Hisao [HON71] who first tried to model trees as a recursive branching structure, several models have been developed to generate tree.
In this section, the following method are presented.
- L-system
-
A grammar-based method who derive tree structure from an axiom and some rewritting rules.
- Weber and Penn
-
A parametric method who comprehensively describe a tree branching structure
- Space Colonization
-
A competition-based method in which tree tree nodes are attracted toward a predefined crown.