Package | Description |
---|---|
sc.fiji.analyzeSkeleton | |
sc.fiji.analyzeSkeleton.ita |
Modifier and Type | Method and Description |
---|---|
Graph |
Graph.clone() |
Graph[] |
SkeletonResult.getGraph() |
Graph[] |
AnalyzeSkeleton_.getGraphs()
Get the graphs of the current skeletons
|
Modifier and Type | Method and Description |
---|---|
void |
SkeletonResult.setGraph(Graph[] graph) |
Modifier and Type | Method and Description |
---|---|
static ValuePair<Graph,double[]> |
GraphPruning.pruneShortEdges(Graph graph,
double minDistance,
boolean iterate,
boolean clustered)
Creates a copy of the graph, where short edges have been removed.
|
static ValuePair<Graph,double[]> |
GraphPruning.pruneShortEdges(Graph graph,
double minDistance,
boolean iterate,
boolean clustered,
double[] voxelSize)
Creates a copy of the graph, where short edges have been removed.
|
Modifier and Type | Method and Description |
---|---|
static ValuePair<Graph,double[]> |
GraphPruning.pruneShortEdges(Graph graph,
double minDistance,
boolean iterate,
boolean clustered)
Creates a copy of the graph, where short edges have been removed.
|
static ValuePair<Graph,double[]> |
GraphPruning.pruneShortEdges(Graph graph,
double minDistance,
boolean iterate,
boolean clustered,
double[] voxelSize)
Creates a copy of the graph, where short edges have been removed.
|
static void |
GraphPruning.removeLoops(Graph graph)
Removes all loop edges from the graph.
|
static void |
GraphPruning.removeParallelEdges(Graph graph)
Removes parallel edges from the graph, leaving at most one connection
between each vertex pair.
|
Copyright © 2015–2021 Fiji. All rights reserved.