Uses of Class
sc.fiji.snt.tracing.SearchThread
Packages that use SearchThread
Package
Description
Path-finding algorithms for interactive neuron tracing.
Artist classes provide visual feedback for tracing algorithm execution.
-
Uses of SearchThread in sc.fiji.snt.tracing
Subclasses of SearchThread in sc.fiji.snt.tracingModifier and TypeClassDescriptionclassSeeded-volume segmentation via single-source shortest paths.classSNT's default tracer thread: explores between two points in an image, doing an A* search with a choice of distance measures. -
Uses of SearchThread in sc.fiji.snt.tracing.artist
Constructors in sc.fiji.snt.tracing.artist with parameters of type SearchThreadModifierConstructorDescriptionSearchThreadArtist(SearchThread search, Color openColor, Color closedColor)