BiSearch Class Documentation#
Package: sc.fiji.snt.tracing
A flexible implementation of the bidirectional heuristic search algorithm described in Pijls, W.H.L.M., Post, H., 2009. “Yet another bidirectional algorithm for shortest paths,” Econometric Institute Research Papers EI 2009-10, Erasmus University Rotterdam, Erasmus School of Economics (ESE), Econometric Institute.
The search distance function (Cost) and heuristic estimate (Heuristic) are supplied by the caller.
Fields#
- imgDepth
int No description available.
- imgHeight
int No description available.
- imgWidth
int No description available.
Methods#
Getters Methods#
- getNodesAsImage()#
- getResult()#
Other Methods#
- addProgressListener(SearchProgressCallback)#
- pointsConsideredInSearch()#
- printStatus()#
- reportFinished(boolean)#
- run()#