public class LabelInterpolator_ extends Object implements ij.plugin.PlugIn
Algorithm: First unlabelled slices are differentiated from labelled ones via almost exhastive search of all pixels (implemented in StackData)
Then a list interpolations are constructed. These are a list og unlabelled slices with labelled slices either end
These interpolations are then interpolated. Pixels that appear in a position in one labelled slice but not the other slice are the tricky part a line is drawn from the pixel to its nearest neighbour in the other slice. All voxels that are touched by this line are colored
User: Tom Larkworthy Date: 23-Jun-2006 Time: 19:11:01
Constructor and Description |
---|
LabelInterpolator_() |
Modifier and Type | Method and Description |
---|---|
static void |
interpolate(SegmentatorModel model) |
void |
run(String arg) |
public void run(String arg)
run
in interface ij.plugin.PlugIn
public static void interpolate(SegmentatorModel model)
Copyright © 2015–2021 Fiji. All rights reserved.