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