Uses of Class
sc.fiji.snt.tracing.auto.AutoTraceConfig
Packages that use AutoTraceConfig
Package
Description
Scijava-based GUIs for SNT built-in commands.
Automatic neuron tracing algorithms that reconstruct complete neuronal
morphologies from images without user interaction.
-
Uses of AutoTraceConfig in sc.fiji.snt.gui.cmds
Method parameters in sc.fiji.snt.gui.cmds with type arguments of type AutoTraceConfigModifier and TypeMethodDescriptionvoidAutoTraceConfigDialog.setApplyCallback(Consumer<AutoTraceConfig> callback) Sets the callback invoked when "Apply Selected" is clicked.Constructors in sc.fiji.snt.gui.cmds with parameters of type AutoTraceConfigModifierConstructorDescriptionAutoTraceConfigDialog(Window owner, AutoTraceConfig config) Creates the dialog. -
Uses of AutoTraceConfig in sc.fiji.snt.tracing.auto
Methods in sc.fiji.snt.tracing.auto that return AutoTraceConfigModifier and TypeMethodDescriptionstatic AutoTraceConfigAutoTraceConfig.fromPaths(List<Path> paths, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> source, double[] spacing) Derives auto-trace configuration from one or more example paths.