public class DenseFieldLevelSet extends Object implements StagedAlgorithm
Constructor and Description |
---|
DenseFieldLevelSet(BufferedImage img,
FastMarching fm)
Creates a new instance of LevelSet
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
createImage(double[][] data) |
boolean |
step(int granularity)
Executes a defineable portion of the algorithm.
|
public DenseFieldLevelSet(BufferedImage img, FastMarching fm)
public boolean step(int granularity)
StagedAlgorithm
step
in interface StagedAlgorithm
granularity
- Number of steps to be executed before retuning (until further execution by a
consecutive call)public BufferedImage createImage(double[][] data)
Copyright © 2015–2021 Fiji. All rights reserved.