public class MarchingSquares extends Object
Implementation of the Marching Squares algorithm described in: https://en.wikipedia.org/wiki/Marching_squares
| Constructor and Description |
|---|
MarchingSquares() |
| Modifier and Type | Method and Description |
|---|---|
GeneralPath[] |
buildContours(double[][] data,
double[] levels) |
public GeneralPath[] buildContours(double[][] data, double[] levels) throws InterruptedException, ExecutionException
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.