Uses of Package
sc.fiji.snt.tracing
Packages that use sc.fiji.snt.tracing
Package
Description
SNT core classes
Path-finding algorithms for interactive neuron tracing.
Artist classes provide visual feedback for tracing algorithm execution.
Data structures used to keep track of encountered nodes during image-based searches for classes implementing
SearchInterface-
Classes in sc.fiji.snt.tracing used by sc.fiji.sntClassDescriptionA
SearchNodewhich can maintain both a from-start and from-goal search state.Seeded-volume segmentation via single-source shortest paths.Tracer classes implementing searches between two points should implement this interface.A tracer thread forFijiITKInterface.TubularGeodesics(assumes the tubularity add-on to be installed) -
Classes in sc.fiji.snt.tracing used by sc.fiji.snt.tracingClassDescriptionAbstract class for path-finding over
RandomAccessibleIntervalsASearchNodewhich can maintain both a from-start and from-goal search state.ASearchNodewhich can maintain both a from-start and from-goal search state.Seeded-volume segmentation via single-source shortest paths.Tracer classes implementing searches between two points should implement this interface.Interface representing a node in 3D space that can be used in pathfinding and search algorithms.Implements a common thread that explores the image using a variety of strategies, e.g., to trace tubular structures or surfaces. -
Classes in sc.fiji.snt.tracing used by sc.fiji.snt.tracing.artistClassDescriptionA flexible implementation of the bidirectional heuristic search algorithm described in Pijls, W.H.L.M., Post, H., 2009.A
SearchNodewhich can maintain both a from-start and from-goal search state.ASearchNodewhich can maintain both a from-start and from-goal search state.Seeded-volume segmentation via single-source shortest paths.Tracer classes implementing searches between two points should implement this interface.Implements a common thread that explores the image using a variety of strategies, e.g., to trace tubular structures or surfaces.SNT's default tracer thread: explores between two points in an image, doing an A* search with a choice of distance measures. -
Classes in sc.fiji.snt.tracing used by sc.fiji.snt.tracing.imageClassDescriptionInterface representing a node in 3D space that can be used in pathfinding and search algorithms.