Uses of Interface
org.scijava.ops.image.geom.geom3d.VertexInterpolator
-
Packages that use VertexInterpolator Package Description org.scijava.ops.image.geom.geom3d -
-
Uses of VertexInterpolator in org.scijava.ops.image.geom.geom3d
Classes in org.scijava.ops.image.geom.geom3d that implement VertexInterpolator Modifier and Type Class Description classAbstractVertexInterpolatorThis is theAbstractVertexInterpolator.classBitTypeVertexInterpolatorTheBitTypeVertexInterpolatorreturns the point which is in the middle of the two input vertices.classDefaultVertexInterpolatorLinearly interpolate the position where an isosurface cuts an edge between two vertices, each with their own scalar valueMethods in org.scijava.ops.image.geom.geom3d with parameters of type VertexInterpolator Modifier and Type Method Description net.imglib2.mesh.MeshDefaultMarchingCubes. apply(RandomAccessibleInterval<T> input, Double isolevel, VertexInterpolator interpolatorClass)TODO
-