Class LoadSeedsFromROIsCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.CommonDynamicCmd
sc.fiji.snt.gui.cmds.LoadSeedsFromROIsCmd
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.Contextual, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin

public class LoadSeedsFromROIsCmd extends CommonDynamicCmd
Generates SeedPoints from the contents of the RoiManager. One seed per area / line / point-like ROI (point ROIs expand to one seed per contained point). Geometry rules and coordinate conventions live in SeedRois.
Author:
Tiago Ferreira
See Also:
  • Constructor Details

    • LoadSeedsFromROIsCmd

      public LoadSeedsFromROIsCmd()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface org.scijava.module.MutableModule
      Specified by:
      run in interface Runnable
      Overrides:
      run in class CommonDynamicCmd