Package sc.fiji.snt.tracing.heuristic
Class Euclidean
java.lang.Object
sc.fiji.snt.tracing.heuristic.Euclidean
- All Implemented Interfaces:
Heuristic
A* search heuristic using euclidean distance from current node to goal node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleestimateCostToGoal(int source_x, int source_y, int source_z, int target_x, int target_y, int target_z)
-
Constructor Details
-
Euclidean
public Euclidean(ij.measure.Calibration calibration) -
Euclidean
public Euclidean(net.imagej.Dataset dataset)
-
-
Method Details
-
estimateCostToGoal
public double estimateCostToGoal(int source_x, int source_y, int source_z, int target_x, int target_y, int target_z) - Specified by:
estimateCostToGoalin interfaceHeuristic
-