Package | Description |
---|---|
net.imagej.ops.geom | |
net.imagej.ops.geom.geom3d.mesh |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
GeomNamespace.marchingCubes(RandomAccessibleInterval<T> in,
double isolevel,
VertexInterpolator interpolatorClass) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertexInterpolator
This is the
AbstractVertexInterpolator . |
class |
BitTypeVertexInterpolator
The
BitTypeVertexInterpolator returns the point which is
in the middle of the two input vertices. |
class |
DefaultVertexInterpolator
Linearly interpolate the position where an isosurface cuts an edge
between two vertices, each with their own scalar value
|
Copyright © 2014–2022 ImageJ. All rights reserved.