public class MarchingCubes extends Object
Constructor and Description |
---|
MarchingCubes() |
Modifier and Type | Method and Description |
---|---|
static float[] |
marchingCubes(ij.ImagePlus img,
int channel,
int frame,
double isoLevel,
int offset,
boolean physicalSizes,
boolean forceMeshLengthUnit,
Quantity.LengthUnit meshLengthUnit) |
static float[] |
marchingCubesByte(byte[] values,
int[] volDim,
int volZFull,
float[] voxDim,
char isoLevel,
int offset) |
static float[] |
marchingCubesDouble(double[] values,
int[] volDim,
int volZFull,
float[] voxDim,
double isoLevel,
int offset) |
static float[] |
marchingCubesFloat(float[] values,
int[] volDim,
int volZFull,
float[] voxDim,
float isoLevel,
int offset) |
static float[] |
marchingCubesInt(int[] values,
int[] volDim,
int volZFull,
float[] voxDim,
int isoLevel,
int offset) |
static float[] |
marchingCubesShort(short[] values,
int[] volDim,
int volZFull,
float[] voxDim,
short isoLevel,
int offset) |
public static float[] marchingCubesByte(byte[] values, int[] volDim, int volZFull, float[] voxDim, char isoLevel, int offset)
public static float[] marchingCubesShort(short[] values, int[] volDim, int volZFull, float[] voxDim, short isoLevel, int offset)
public static float[] marchingCubesInt(int[] values, int[] volDim, int volZFull, float[] voxDim, int isoLevel, int offset)
public static float[] marchingCubesFloat(float[] values, int[] volDim, int volZFull, float[] voxDim, float isoLevel, int offset)
public static float[] marchingCubesDouble(double[] values, int[] volDim, int volZFull, float[] voxDim, double isoLevel, int offset)
public static float[] marchingCubes(ij.ImagePlus img, int channel, int frame, double isoLevel, int offset, boolean physicalSizes, boolean forceMeshLengthUnit, Quantity.LengthUnit meshLengthUnit)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.