Class LSystemsTree

java.lang.Object
sc.fiji.snt.util.LSystemsTree
All Implemented Interfaces:
ij.plugin.PlugIn

public class LSystemsTree extends Object implements ij.plugin.PlugIn
Lindenmayer systems utilities for rendering fractal trees using L-system rules for generating and visualizing self-similar branching structures.
  • Constructor Details

    • LSystemsTree

      public LSystemsTree()
  • Method Details

    • run

      public void run(String ignored)
      Specified by:
      run in interface ij.plugin.PlugIn
    • createTreeStack

      public ij.ImagePlus createTreeStack(String title)
    • sampleTree

      public ij.ImagePlus sampleTree()
      Creates a simple fractal tree. Tree may not be a formal skeleton
    • createTree

      public ij.ImagePlus createTree(String title, int width, int height, double angle, int recursions)