Interface | Description |
---|---|
SearchInterface |
Tracer classes implementing searches between two points should implement this
interface.
|
SearchNode |
Class | Description |
---|---|
AbstractSearch |
Abstract class for path-finding over
RandomAccessibleInterval s |
BiSearch |
A flexible implementation of the bidirectional heuristic search algorithm described in
Pijls, W.H.L.M.
|
BiSearchNode |
A
SearchNode which can maintain both a from-start and from-goal search state. |
DefaultSearchNode | |
FillerThread |
Seeded-volume segmentation via single-source shortest paths.
|
ManualTracerThread |
A tracer thread for manual tracing.
|
SearchThread |
Implements a common thread that explores the image using a variety of
strategies, e.g., to trace tubular structures or surfaces.
|
TracerThread |
SNT's default tracer thread: explores between two points in an image, doing
an A* search with a choice of distance measures.
|
TubularGeodesicsTracer |
A tracer thread for
FijiITKInterface.TubularGeodesics (assumes the
tubularity add-on to be installed) |
Enum | Description |
---|---|
BiSearchNode.State |
Copyright © 2015–2021 Fiji. All rights reserved.