Class SomaDetectorCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.CommonDynamicCmd
sc.fiji.snt.plugin.SomaDetectorCmd
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 SomaDetectorCmd extends CommonDynamicCmd
Command to automatically detect the soma (cell body) in neuronal images.

Uses a combined EDT-intensity approach to find the thickest, brightest structure in the image, which typically corresponds to the soma.

Author:
Tiago Ferreira
  • Constructor Details

    • SomaDetectorCmd

      public SomaDetectorCmd()
  • 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