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#

imgDepthint

No description available.

imgHeightint

No description available.

imgWidthint

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()#

See Also#