Uses of Class
sc.fiji.snt.tracing.AbstractSearch

Packages that use AbstractSearch
Package
Description
Path-finding algorithms for interactive neuron tracing.
  • Uses of AbstractSearch in sc.fiji.snt.tracing

    Modifier and Type
    Class
    Description
    class 
    A flexible implementation of the bidirectional heuristic search algorithm described in Pijls, W.H.L.M., Post, H., 2009.
    class 
    Seeded-volume segmentation via single-source shortest paths.
    class 
    Implements a common thread that explores the image using a variety of strategies, e.g., to trace tubular structures or surfaces.
    class 
    SNT's default tracer thread: explores between two points in an image, doing an A* search with a choice of distance measures.