Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
sc.fiji.snt.tracing | |
sc.fiji.snt.tracing.image |
Modifier and Type | Field and Description |
---|---|
protected SNT.SearchImageType |
SNT.searchImageType |
Modifier and Type | Method and Description |
---|---|
SNT.SearchImageType |
SNT.getSearchImageType() |
static SNT.SearchImageType |
SNT.SearchImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNT.SearchImageType[] |
SNT.SearchImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SNT.setSearchImageType(SNT.SearchImageType searchImageType) |
Constructor and Description |
---|
BiSearch(RandomAccessibleInterval<? extends RealType<?>> image,
ij.measure.Calibration calibration,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
int timeoutSeconds,
long reportEveryMilliseconds,
SNT.SearchImageType searchImageType,
Cost costFunction,
Heuristic heuristic) |
FillerThread(Dataset dataset,
double initialThreshold,
int timeoutSeconds,
long reportEveryMilliseconds,
Cost costFunction,
SNT.SearchImageType searchImageType) |
FillerThread(RandomAccessibleInterval<? extends RealType<?>> image,
ij.measure.Calibration calibration,
double initialThreshold,
int timeoutSeconds,
long reportEveryMilliseconds,
Cost costFunction,
SNT.SearchImageType searchImageType) |
SearchThread(Dataset dataset,
boolean bidirectional,
boolean definedGoal,
int timeoutSeconds,
long reportEveryMilliseconds,
SNT.SearchImageType searchImageType,
Cost costFunction) |
SearchThread(RandomAccessibleInterval<? extends RealType<?>> image,
ij.measure.Calibration calibration,
boolean bidirectional,
boolean definedGoal,
int timeoutSeconds,
long reportEveryMilliseconds,
SNT.SearchImageType searchImageType,
Cost costFunction) |
TracerThread(Dataset dataset,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
int timeoutSeconds,
long reportEveryMilliseconds,
SNT.SearchImageType searchImageType,
Cost costFunction,
Heuristic heuristic) |
TracerThread(RandomAccessibleInterval<? extends RealType<?>> image,
ij.measure.Calibration calibration,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
int timeoutSeconds,
long reportEveryMilliseconds,
SNT.SearchImageType searchImageType,
Cost costFunction,
Heuristic heuristic) |
Modifier and Type | Method and Description |
---|---|
static <V extends SearchNode> |
SupplierUtil.createSupplier(SNT.SearchImageType clazz,
Class<V> searchNodeClass,
int width,
int height) |
Copyright © 2015–2021 Fiji. All rights reserved.