Class GWDTTracerFileCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
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 GWDTTracerFileCmd extends GWDTTracerCommonCmd
Non-interactive command for file-based GWDT autotracing with support for single images or batch processing of an entire directory. Traced trees can be exported to disk as SWC files.

When imgFileChoice points to a directory, each image is processed independently with automatic soma detection. Failures on individual images are logged but do not abort the batch operation.

Author:
Tiago Ferreira
See Also:
  • Constructor Details

    • GWDTTracerFileCmd

      public GWDTTracerFileCmd()
  • Method Details