Uses of Interface
sc.fiji.snt.tracing.auto.AutoTracer
Packages that use AutoTracer
Package
Description
Automatic neuron tracing algorithms that reconstruct complete neuronal
morphologies from images without user interaction.
-
Uses of AutoTracer in sc.fiji.snt.tracing.auto
Classes in sc.fiji.snt.tracing.auto that implement AutoTracerModifier and TypeClassDescriptionclassAbstract base class for grayscale-based automatic neuron tracers.classAbstractGWDTTracer<T extends net.imglib2.type.numeric.RealType<T>>Abstract base class for GWDT-based tracers: APP2-style neuron tracer using Gray-Weighted Distance Transform and Fast Marching.classClass for generation ofTrees from a skeletonized image.classDiskBackedGWDTTracer<T extends net.imglib2.type.numeric.RealType<T>>Disk-backed GWDT tracer for very large images.classGWDTTracer<T extends net.imglib2.type.numeric.RealType<T>>In-memory GWDT tracer using array storage.classSparseGWDTTracer<T extends net.imglib2.type.numeric.RealType<T>>Sparse GWDT tracer using hash map storage for memory efficiency.