Class NoduleSegmentation

java.lang.Object
noduledata.imagej.NoduleSegmentation
All Implemented Interfaces:
Runnable, org.scijava.command.Command, org.scijava.plugin.SciJavaPlugin

public class NoduleSegmentation extends Object implements org.scijava.command.Command
This is the parent class or 'main' class for this project. It starts the project and initializes the Menu object.
Author:
Brandin Farris
  • Field Details

    • image

      public static ij.ImagePlus image
  • Constructor Details

    • NoduleSegmentation

      public NoduleSegmentation()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • main

      public static void main(String... args) throws Exception
      This main function serves for development purposes. It allows you to run the plugin immediately out of your integrated development environment (IDE).
      Parameters:
      args - whatever, it's ignored
      Throws:
      Exception