Module org.scijava.ops.image
Class DefaultSurfaceAreaConvexHullMesh
- java.lang.Object
-
- org.scijava.ops.image.geom.AbstractBoundarySizeConvexHull<net.imglib2.mesh.Mesh>
-
- org.scijava.ops.image.geom.geom3d.DefaultSurfaceAreaConvexHullMesh
-
- All Implemented Interfaces:
BiConsumer<net.imglib2.mesh.Mesh,DoubleType>,Computers.Arity1<net.imglib2.mesh.Mesh,DoubleType>
public class DefaultSurfaceAreaConvexHullMesh extends AbstractBoundarySizeConvexHull<net.imglib2.mesh.Mesh>
- Author:
- Tim-Oliver Buchholz (University of Konstanz)
- Implementation Note:
- op names='geom.boundarySizeConvexHull', label='Geometric (3D): Surface Area Convex Hull', priority='10000.'
-
-
Constructor Summary
Constructors Constructor Description DefaultSurfaceAreaConvexHullMesh()
-
Method Summary
-
Methods inherited from class org.scijava.ops.image.geom.AbstractBoundarySizeConvexHull
compute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-