Package sc.fiji.snt.util
Class LSystemsTree
java.lang.Object
sc.fiji.snt.util.LSystemsTree
- All Implemented Interfaces:
ij.plugin.PlugIn
Lindenmayer systems utilities for rendering fractal trees using L-system rules
for generating and visualizing self-similar branching structures.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionij.ImagePluscreateTree(String title, int width, int height, double angle, int recursions) ij.ImagePluscreateTreeStack(String title) voidij.ImagePlusCreates a simple fractal tree.
-
Constructor Details
-
LSystemsTree
public LSystemsTree()
-
-
Method Details
-
run
- Specified by:
runin interfaceij.plugin.PlugIn
-
createTreeStack
-
sampleTree
public ij.ImagePlus sampleTree()Creates a simple fractal tree. Tree may not be a formal skeleton -
createTree
-