Module org.scijava.ops.image
Class DefaultSizeConvexHullPolygon
- java.lang.Object
-
- org.scijava.ops.image.geom.AbstractSizeConvexHull<Polygon2D>
-
- org.scijava.ops.image.geom.geom2d.DefaultSizeConvexHullPolygon
-
- All Implemented Interfaces:
BiConsumer<Polygon2D,DoubleType>,Computers.Arity1<Polygon2D,DoubleType>
public class DefaultSizeConvexHullPolygon extends AbstractSizeConvexHull<Polygon2D>
- Author:
- Tim-Oliver Buchholz (University of Konstanz)
- Implementation Note:
- op names='geom.sizeConvexHull', label='Geometric (2D): Size ConvexHull', priority='10000.'
-
-
Constructor Summary
Constructors Constructor Description DefaultSizeConvexHullPolygon()
-
Method Summary
-
Methods inherited from class org.scijava.ops.image.geom.AbstractSizeConvexHull
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
-
-