Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
sc.fiji.snt.tracing | |
sc.fiji.snt.tracing.artist |
Modifier and Type | Method and Description |
---|---|
void |
SearchProgressCallback.finished(SearchInterface source,
boolean success) |
void |
SNT.finished(SearchInterface source,
boolean success) |
void |
FillManagerUI.finished(SearchInterface source,
boolean success) |
void |
SearchProgressCallback.pointsInSearch(SearchInterface source,
long inOpen,
long inClosed) |
void |
SNT.pointsInSearch(SearchInterface source,
long inOpen,
long inClosed) |
void |
FillManagerUI.pointsInSearch(SearchInterface source,
long inOpen,
long inClosed) |
void |
SearchProgressCallback.threadStatus(SearchInterface source,
int currentStatus) |
void |
SNT.threadStatus(SearchInterface source,
int status) |
void |
FillManagerUI.threadStatus(SearchInterface source,
int currentStatus) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearch
Abstract class for path-finding over
RandomAccessibleInterval s |
class |
BiSearch
A flexible implementation of the bidirectional heuristic search algorithm described in
Pijls, W.H.L.M.
|
class |
FillerThread
Seeded-volume segmentation via single-source shortest paths.
|
class |
ManualTracerThread
A tracer thread for manual tracing.
|
class |
SearchThread
Implements a common thread that explores the image using a variety of
strategies, e.g., to trace tubular structures or surfaces.
|
class |
TracerThread
SNT's default tracer thread: explores between two points in an image, doing
an A* search with a choice of distance measures.
|
class |
TubularGeodesicsTracer
A tracer thread for
FijiITKInterface.TubularGeodesics (assumes the
tubularity add-on to be installed) |
Modifier and Type | Method and Description |
---|---|
SearchInterface |
SearchThreadArtist.getSearch() |
SearchInterface |
SearchArtist.getSearch() |
SearchInterface |
FillerThreadArtist.getSearch() |
SearchInterface |
BiSearchArtist.getSearch() |
Modifier and Type | Method and Description |
---|---|
SearchArtist |
SearchArtistFactory.create(SearchInterface search) |
Copyright © 2015–2021 Fiji. All rights reserved.