Uses of Class
sc.fiji.snt.tracing.auto.AbstractAutoTracer
Packages that use AbstractAutoTracer
Package
Description
Automatic neuron tracing algorithms that reconstruct complete neuronal
morphologies from images without user interaction.
-
Uses of AbstractAutoTracer in sc.fiji.snt.tracing.auto
Subclasses of AbstractAutoTracer in sc.fiji.snt.tracing.autoModifier and TypeClassDescriptionclassAbstractGWDTTracer<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.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.