Uses of Interface
sc.fiji.snt.tracing.auto.gwdt.StorageBackend
Packages that use StorageBackend
Package
Description
Automatic neuron tracing algorithms that reconstruct complete neuronal
morphologies from images without user interaction.
Storage backends for the Gray-Weighted Distance Transform (GWDT) tracing
algorithm.
-
Uses of StorageBackend in sc.fiji.snt.tracing.auto
Fields in sc.fiji.snt.tracing.auto declared as StorageBackendMethods in sc.fiji.snt.tracing.auto that return StorageBackendModifier and TypeMethodDescriptionprotected abstract StorageBackendAbstractGWDTTracer.createStorageBackend()Create the storage backend for this tracer.protected StorageBackendDiskBackedGWDTTracer.createStorageBackend()protected StorageBackendGWDTTracer.createStorageBackend()protected StorageBackendSparseGWDTTracer.createStorageBackend() -
Uses of StorageBackend in sc.fiji.snt.tracing.auto.gwdt
Classes in sc.fiji.snt.tracing.auto.gwdt that implement StorageBackendModifier and TypeClassDescriptionclassIn-memory array storage backend using ImgLib2 ArrayImgs.classDisk-backed storage backend for very large images.classSparse storage backend using hash maps for memory-efficient tracing.