SearchThread Class Documentation#
Package: sc.fiji.snt.tracing
Implements a common thread that explores the image using a variety of strategies, e.g., to trace tubular structures or surfaces.
Fields#
- imgDepth
int No description available.
- imgHeight
int No description available.
- imgWidth
int No description available.
Methods#
Getters Methods#
- getExitReason()#
- getNodesAsImageFromGoal()#
- getNodesAsImageFromStart()#
- getResult()#
Other Methods#
- addNode(DefaultSearchNode, boolean)#
- addProgressListener(SearchProgressCallback)#
- createNewNode(int, int, int, double, double, DefaultSearchNode, byte)#
- pointsConsideredInSearch()#
- printStatus()#
- reportFinished(boolean)#
- run()#